Html Css Color HEX #496AB7 Mariner

📋 copy color: '#496AB7'

red 73 ◦ green 106 ◦ blue 183

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

Shades of Mariner #496AB7

Tints of Mariner #496AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 183 (71.88% from 255) = 50.55%

R = 20.17%
G = 29.28%
B = 50.55%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#496AB7 (or 0x496AB7) is known color: Mariner. HEX triplet: 49, 6A and B7. RGB value is (73,106,183). Sum of RGB (Red+Green+Blue) = 73+106+183=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #496AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496AB7 is #B69548. Grayscale: #686868. Windows color (decimal): -11965769 or 12020297. OLE color: 12020297.

HSL color Cylindrical-coordinate representation of color #496AB7: hue angle of 222º degrees, saturation: 0.43, 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 #496AB7 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 106 183 -
CMYK 0.60 0.42 0 0.28
HSL 222º 0.43% 0.5% -
HSV(B) 222º 0.6% 0.72% -
XYZ 16.45 15.14 46.86 -
YUV 104.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 73 106 183 0.60 0.42 0 0.28 222 0.43 0.5
Hex 49 6A B7 3C 2A 0 1C DE 2B 32
Octal 111 152 267 74 52 0 34 336 53 62
Binary 1001001 1101010 10110111 111100 101010 0 11100 11011110 101011 110010

Color Harmonies of #496AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496AB7

Black with #496AB7

Text Example


Text Example

White with #496AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,183); }

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

background-color css

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

 a { background-color: rgb(73,106,183); }

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

border-color css

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

 span { border-color: rgb(73,106,183); }

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