Html Css Color HEX #496291 Mariner

📋 copy color: '#496291'

red 73 ◦ green 98 ◦ blue 145

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

Shades of Mariner #496291

Tints of Mariner #496291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 23.1%
G = 31.01%
B = 45.89%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496291 (or 0x496291) is known color: Mariner. HEX triplet: 49, 62 and 91. RGB value is (73,98,145). Sum of RGB (Red+Green+Blue) = 73+98+145=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #496291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496291 is #B69D6E. Grayscale: #5F5F5F. Windows color (decimal): -11967855 or 9527881. OLE color: 9527881.

HSL color Cylindrical-coordinate representation of color #496291: hue angle of 219.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496291 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 98 145 -
CMYK 0.50 0.32 0 0.43
HSL 219.17º 0.33% 0.43% -
HSV(B) 219.17º 0.5% 0.57% -
XYZ 12.23 12.2 28.5 -
YUV 95.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 73 98 145 0.50 0.32 0 0.43 219.17 0.33 0.43
Hex 49 62 91 32 20 0 2B DB 21 2B
Octal 111 142 221 62 40 0 53 333 41 53
Binary 1001001 1100010 10010001 110010 100000 0 101011 11011011 100001 101011

Color Harmonies of #496291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496291

Black with #496291

Text Example


Text Example

White with #496291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496291; }

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

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

background-color css

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

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

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

border-color css

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

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

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