#4277BA

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

Shades of Steel Blue #4277BA

Tints of Steel Blue #4277BA

Color information

#4277BA (or 0x4277BA) is unknown color: approx Steel Blue. HEX triplet: 42, 77 and BA. RGB value is (66,119,186). Sum of RGB (Red+Green+Blue) = 66+119+186=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4277BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277BA is #BD8845. Grayscale: #6E6E6E. Windows color (decimal): -12421190 or 12220226. OLE color: 12220226.

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

Color convert

RGB66119186-
CMYK0.650.3600.27
HSL213.5º47.62%49.41%-
HSV(B)213.5º64.52%72.94%-
XYZ17.7117.948.98-
YUV110.79170.4496.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=17.79%
G=32.08%
B=50.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661191860.650.3600.27213.547.6249.41
Hex4277BA412401Bd63031
Octal102167272101440333266061
Binary1000010111011110111010100000110010001101111010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4277BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4277BA; }

 p { color: rgb(66,119,186); }

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

<style>
 a { background-color: #4277BA; }

 a { background-color: rgb(66,119,186); }

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

<style>
 span { border-color: #4277BA; }

 span { border-color: rgb(66,119,186); }

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