COLOR #4276BE

HEX: #4276BE
RGB: (66,118,190)

Color info

#4276BE contains mainly blue color. Web safe color of #4276BE is #3366CC (or #36C).

RGB color model

#4276BE color RGB value is (66,118,190).

  • red value is 66;
  • green value is 118;
  • blue value is 190.
RGB:
(66,118,190)
(26%,46%,75%)

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 190 of 255 = 75%

66
118
190

R + G + B ~ 49%. #4276BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 190 = 374 (100%)
R 66 of 374 ~ 17.65%
G 118 of 374 ~ 31.55%
B 190 of 374 ~ 50.8%

%17.65
%31.55
%50.8

CMYK color model

#4276BE color CMYK value is (65,38,0,25).

  • cyan value is 65.26%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(65,38,0,25)
C65M38Y0K25 
(65%,38%,0%,25%)
(0.65/0.38/0.00/0.25)	

CMYK percentages

%65.26
%37.89
%0
%25.49

Codes

Color #4276BE in popluar color models

4276BE
RGB66118190
HSL215°48.82%50.20%
HSB/HSV215°65.26%74.51%
CMYK65.26%37.89%0.00%
25.49%

Color #4276BE in popluar number systems.

HEX4276BE
Decimal66118190
Binary1000010111011010111110
Octal102166276

Shades and tints

Shades of #4276BE

#4276BE
(66,118,190)
#3C6CAD
(60,108,173)
#36629C
(54,98,156)
#30588B
(48,88,139)
#2A4E7A
(42,78,122)
#244469
(36,68,105)
#1E3A58
(30,58,88)
#183047
(24,48,71)
#122636
(18,38,54)
#0C1C25
(12,28,37)
#061214
(6,18,20)
#000000
(0,0,0)

Tints of #4276BE

#4276BE
(66,118,190)
#5382C3
(83,130,195)
#648EC8
(100,142,200)
#759ACD
(117,154,205)
#86A6D2
(134,166,210)
#97B2D7
(151,178,215)
#A8BEDC
(168,190,220)
#B9CAE1
(185,202,225)
#CAD6E6
(202,214,230)
#DBE2EB
(219,226,235)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4276BE color. Also use rgb(66,118,190) instead hex code.

Text Font Color

.myTextColor { color: #4276BE; }

<p style="color:#4276BE">This sample text font color is #4276BE.</p>

This text font color is #4276BE.


Background Color

.myBgColor { background-color: #4276BE; }

<div style="background-color:#4276BE">Inner text</div>

This div background color is #4276BE.


Border color

.myBorderColor { border: 1px solid #4276BE; }

<div style="border:3px solid #4276BE">Div</div>

This div border color is #4276BE.


Opacity

.myOpacity80 { color: #4276BE; opacity: 0.8; }

<p style="color:#4276BE;opacity:0.8;">80%</p>

Text with #4276BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4276BE;}

<p style="text-shadow: 3px 3px 1px #4276BE">Text here.</p>

This text has shadow with #4276BE color.

.textShadow {text-shadow: 3px 3px 1px #4276BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4276BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #4276BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4276BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4276BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #4276BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4276BE;
  -webkit-box-shadow:	1px 1px 3px 2px #4276BE;
  box-shadow:		1px 1px 3px 2px #4276BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4276BE;
-webkit-box-shadow: 1px 1px 3px 2px #4276BE;
box-shadow:1px 1px 3px 2px #4276BE;">
Div content here</div>
This div box has shadow with color #4276BE.

Preview

Color preview on black background

This text has color #4276BE on black background.


Color preview on white background

This text has color #4276BE on white background.



Black color preview on #4276BE background

This text has black color on #4276BE background.


White color preview on #4276BE background

This text has white color on #4276BE background.