#4276BD

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

Shades of Steel Blue #4276BD

Tints of Steel Blue #4276BD

Color information

#4276BD (or 0x4276BD) is unknown color: approx Steel Blue. HEX triplet: 42, 76 and BD. RGB value is (66,118,189). Sum of RGB (Red+Green+Blue) = 66+118+189=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #4276BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276BD is #BD8942. Grayscale: #6E6E6E. Windows color (decimal): -12421443 or 12416578. OLE color: 12416578.

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

Color convert

RGB66118189-
CMYK0.650.3800.26
HSL214.63º48.24%50%-
HSV(B)214.63º65.08%74.12%-
XYZ17.9117.7950.63-
YUV110.55172.2796.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=17.69%
G=31.64%
B=50.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661181890.650.3800.26214.6348.2450
Hex4276BD412601Ad73032
Octal102166275101460323276062
Binary1000010111011010111101100000110011001101011010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4276BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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