Html Css Color HEX #496599 Mariner

📋 copy color: '#496599'

red 73 ◦ green 101 ◦ blue 153

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

Shades of Mariner #496599

Tints of Mariner #496599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 22.32%
G = 30.89%
B = 46.79%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#496599 (or 0x496599) is known color: Mariner. HEX triplet: 49, 65 and 99. RGB value is (73,101,153). Sum of RGB (Red+Green+Blue) = 73+101+153=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #496599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496599 is #B69A66. Grayscale: #626262. Windows color (decimal): -11967079 or 10052937. OLE color: 10052937.

HSL color Cylindrical-coordinate representation of color #496599: hue angle of 219º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496599 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 101 153 -
CMYK 0.52 0.34 0 0.4
HSL 219º 0.35% 0.44% -
HSV(B) 219º 0.52% 0.6% -
XYZ 13.15 13.02 31.96 -
YUV 98.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 73 101 153 0.52 0.34 0 0.4 219 0.35 0.44
Hex 49 65 99 34 22 0 28 DB 23 2C
Octal 111 145 231 64 42 0 50 333 43 54
Binary 1001001 1100101 10011001 110100 100010 0 101000 11011011 100011 101100

Color Harmonies of #496599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496599

Black with #496599

Text Example


Text Example

White with #496599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496599; }

 p { color: rgb(73,101,153); }

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

background-color css

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

 a { background-color: rgb(73,101,153); }

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

border-color css

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

 span { border-color: rgb(73,101,153); }

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