Html Css Color HEX #496CB9 Mariner

📋 copy color: '#496CB9'

red 73 ◦ green 108 ◦ blue 185

#496CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #496CB9

Tints of Mariner #496CB9

RGB

 RED value IS 73 (28.91% from 255) = 19.95%

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 185 (72.66% from 255) = 50.55%

R = 19.95%
G = 29.51%
B = 50.55%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#496CB9 (or 0x496CB9) is known color: Mariner. HEX triplet: 49, 6C and B9. RGB value is (73,108,185). Sum of RGB (Red+Green+Blue) = 73+108+185=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #496CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CB9 is #B69346. Grayscale: #696969. Windows color (decimal): -11965255 or 12151881. OLE color: 12151881.

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

Color convert

RGB 73 108 185 -
CMYK 0.61 0.42 0 0.27
HSL 221.25º 0.44% 0.51% -
HSV(B) 221.25º 0.61% 0.73% -
XYZ 16.87 15.64 48.03 -
YUV 106.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 73 108 185 0.61 0.42 0 0.27 221.25 0.44 0.51
Hex 49 6C B9 3D 2A 0 1B DD 2C 33
Octal 111 154 271 75 52 0 33 335 54 63
Binary 1001001 1101100 10111001 111101 101010 0 11011 11011101 101100 110011

Color Harmonies of #496CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CB9

Black with #496CB9

Text Example


Text Example

White with #496CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #496CB9;
 }
 .AnyTagClassName
 {
   color: #496CB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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