Html Css Color HEX #496295 Mariner

📋 copy color: '#496295'

red 73 ◦ green 98 ◦ blue 149

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

Shades of Mariner #496295

Tints of Mariner #496295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 22.81%
G = 30.63%
B = 46.56%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496295 (or 0x496295) is known color: Mariner. HEX triplet: 49, 62 and 95. RGB value is (73,98,149). Sum of RGB (Red+Green+Blue) = 73+98+149=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #496295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496295 is #B69D6A. Grayscale: #606060. Windows color (decimal): -11967851 or 9790025. OLE color: 9790025.

HSL color Cylindrical-coordinate representation of color #496295: hue angle of 220.26º 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 #496295 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 98 149 -
CMYK 0.51 0.34 0 0.42
HSL 220.26º 0.34% 0.44% -
HSV(B) 220.26º 0.51% 0.58% -
XYZ 12.54 12.32 30.15 -
YUV 96.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 73 98 149 0.51 0.34 0 0.42 220.26 0.34 0.44
Hex 49 62 95 33 22 0 2A DC 22 2C
Octal 111 142 225 63 42 0 52 334 42 54
Binary 1001001 1100010 10010101 110011 100010 0 101010 11011100 100010 101100

Color Harmonies of #496295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496295

Black with #496295

Text Example


Text Example

White with #496295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496295; }

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

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

background-color css

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

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

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

border-color css

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

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

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