#4276BB

Color #4276BB Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4276BB

Tints of Steel Blue #4276BB

Color information

#4276BB (or 0x4276BB) is unknown color: approx Steel Blue. HEX triplet: 42, 76 and BB. RGB value is (66,118,187). Sum of RGB (Red+Green+Blue) = 66+118+187=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #4276BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276BB is #BD8944. Grayscale: #6D6D6D. Windows color (decimal): -12421445 or 12285506. OLE color: 12285506.

HSL color Cylindrical-coordinate representation of color #4276BB: hue angle of 214.21º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4276BB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66118187-
CMYK0.650.3700.27
HSL214.21º47.83%49.61%-
HSV(B)214.21º64.71%73.33%-
XYZ17.6917.749.5-
YUV110.32171.2796.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=17.79%
G=31.81%
B=50.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661181870.650.3700.27214.2147.8349.61
Hex4276BB412501Bd63032
Octal102166273101450333266062
Binary1000010111011010111011100000110010101101111010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4276BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4276BB; }

 p { color: rgb(66,118,187); }

 H1.HeaderClassName
 {
   color: #4276BB;
 }
 .AnyTagClassName
 {
   color: #4276BB;
 }
</style>
background-color css

<style>
 a { background-color: #4276BB; }

 a { background-color: rgb(66,118,187); }

 div.DivClassName
 {
   background-color: #4276BB;
 }
 .BgClassName
 {
   background-color: #4276BB;
 }
</style>
border-color css

<style>
 span { border-color: #4276BB; }

 span { border-color: rgb(66,118,187); }

 td.TdClassName
 {
   border-color: #4276BB;
 }
 .TagClassName
 {
   border-color: #4276BB;
 }
</style>