Html Css Color HEX #496DB9 Mariner

📋 copy color: '#496DB9'

red 73 ◦ green 109 ◦ blue 185

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

Shades of Mariner #496DB9

Tints of Mariner #496DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

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

R = 19.89%
G = 29.7%
B = 50.41%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#496DB9 (or 0x496DB9) is known color: Mariner. HEX triplet: 49, 6D and B9. RGB value is (73,109,185). Sum of RGB (Red+Green+Blue) = 73+109+185=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #496DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DB9 is #B69246. Grayscale: #6A6A6A. Windows color (decimal): -11964999 or 12152137. OLE color: 12152137.

HSL color Cylindrical-coordinate representation of color #496DB9: hue angle of 220.71º 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 #496DB9 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 109 185 -
CMYK 0.61 0.41 0 0.27
HSL 220.71º 0.44% 0.51% -
HSV(B) 220.71º 0.61% 0.73% -
XYZ 16.97 15.86 48.06 -
YUV 106.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 73 109 185 0.61 0.41 0 0.27 220.71 0.44 0.51
Hex 49 6D B9 3D 29 0 1B DD 2C 33
Octal 111 155 271 75 51 0 33 335 54 63
Binary 1001001 1101101 10111001 111101 101001 0 11011 11011101 101100 110011

Color Harmonies of #496DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DB9

Black with #496DB9

Text Example


Text Example

White with #496DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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