#496CB5

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

Shades of Mariner #496CB5

Tints of Mariner #496CB5

Color information

#496CB5 (or 0x496CB5) is unknown color: approx Mariner. HEX triplet: 49, 6C and B5. RGB value is (73,108,181). Sum of RGB (Red+Green+Blue) = 73+108+181=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #496CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CB5 is #B6934A. Grayscale: #696969. Windows color (decimal): -11965259 or 11889737. OLE color: 11889737.

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

Color convert

RGB73108181-
CMYK0.600.4000.29
HSL220.56º42.52%49.8%-
HSV(B)220.56º59.67%70.98%-
XYZ16.4515.4845.84-
YUV105.86170.4104.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 181 (71.09% from 255) = 50%
R=20.17%
G=29.83%
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.29
SystemRedGreenBlueCMYKHSL
Decimal731081810.600.4000.29220.5642.5249.8
Hex496CB53C2801Ddd2b32
Octal11115426574500353355362
Binary100100111011001011010111110010100001110111011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,108,181); }

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

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

 a { background-color: rgb(73,108,181); }

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

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

 span { border-color: rgb(73,108,181); }

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