Html Css Color HEX #496095 Mariner

📋 copy color: '#496095'

red 73 ◦ green 96 ◦ blue 149

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

Shades of Mariner #496095

Tints of Mariner #496095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 22.96%
G = 30.19%
B = 46.86%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496095 (or 0x496095) is known color: Mariner. HEX triplet: 49, 60 and 95. RGB value is (73,96,149). Sum of RGB (Red+Green+Blue) = 73+96+149=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #496095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496095 is #B69F6A. Grayscale: #5E5E5E. Windows color (decimal): -11968363 or 9789513. OLE color: 9789513.

HSL color Cylindrical-coordinate representation of color #496095: hue angle of 221.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496095 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 96 149 -
CMYK 0.51 0.36 0 0.42
HSL 221.84º 0.34% 0.44% -
HSV(B) 221.84º 0.51% 0.58% -
XYZ 12.36 11.95 30.09 -
YUV 95.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 73 96 149 0.51 0.36 0 0.42 221.84 0.34 0.44
Hex 49 60 95 33 24 0 2A DE 22 2C
Octal 111 140 225 63 44 0 52 336 42 54
Binary 1001001 1100000 10010101 110011 100100 0 101010 11011110 100010 101100

Color Harmonies of #496095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496095

Black with #496095

Text Example


Text Example

White with #496095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496095; }

 p { color: rgb(73,96,149); }

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

background-color css

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

 a { background-color: rgb(73,96,149); }

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

border-color css

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

 span { border-color: rgb(73,96,149); }

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