#4C90BA

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

Shades of Steel Blue #4C90BA

Tints of Steel Blue #4C90BA

Color information

#4C90BA (or 0x4C90BA) is unknown color: approx Steel Blue. HEX triplet: 4C, 90 and BA. RGB value is (76,144,186). Sum of RGB (Red+Green+Blue) = 76+144+186=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C90BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C90BA is #B36F45. Grayscale: #808080. Windows color (decimal): -11759430 or 12226636. OLE color: 12226636.

HSL color Cylindrical-coordinate representation of color #4C90BA: hue angle of 202.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C90BA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76144186-
CMYK0.590.2300.27
HSL202.91º44.35%51.37%-
HSV(B)202.91º59.14%72.94%-
XYZ21.8225.0350.14-
YUV128.46160.4790.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.72%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=18.72%
G=35.47%
B=45.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761441860.590.2300.27202.9144.3551.37
Hex4C90BA3B1701Bcb2c33
Octal11422027273270333135463
Binary100110010010000101110101110111011101101111001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C90BA; }

 p { color: rgb(76,144,186); }

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

<style>
 a { background-color: #4C90BA; }

 a { background-color: rgb(76,144,186); }

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

<style>
 span { border-color: #4C90BA; }

 span { border-color: rgb(76,144,186); }

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