#496FB8

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

Shades of Steel Blue #496FB8

Tints of Steel Blue #496FB8

Color information

#496FB8 (or 0x496FB8) is unknown color: approx Steel Blue. HEX triplet: 49, 6F and B8. RGB value is (73,111,184). Sum of RGB (Red+Green+Blue) = 73+111+184=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #496FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FB8 is #B69047. Grayscale: #6B6B6B. Windows color (decimal): -11964488 or 12087113. OLE color: 12087113.

HSL color Cylindrical-coordinate representation of color #496FB8: hue angle of 219.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496FB8 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB73111184-
CMYK0.600.4000.28
HSL219.46º43.87%50.39%-
HSV(B)219.46º60.33%72.16%-
XYZ17.0816.2547.58-
YUV107.96170.91103.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 184 (72.27% from 255) = 50%
R=19.84%
G=30.16%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731111840.600.4000.28219.4643.8750.39
Hex496FB83C2801Cdb2c32
Octal11115727074500343335462
Binary100100111011111011100011110010100001110011011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496FB8; }

 p { color: rgb(73,111,184); }

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

<style>
 a { background-color: #496FB8; }

 a { background-color: rgb(73,111,184); }

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

<style>
 span { border-color: #496FB8; }

 span { border-color: rgb(73,111,184); }

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