Html Css Color HEX #496098 Mariner

📋 copy color: '#496098'

red 73 ◦ green 96 ◦ blue 152

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

Shades of Mariner #496098

Tints of Mariner #496098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 22.74%
G = 29.91%
B = 47.35%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#496098 (or 0x496098) is known color: Mariner. HEX triplet: 49, 60 and 98. RGB value is (73,96,152). Sum of RGB (Red+Green+Blue) = 73+96+152=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #496098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496098 is #B69F67. Grayscale: #5F5F5F. Windows color (decimal): -11968360 or 9986121. OLE color: 9986121.

HSL color Cylindrical-coordinate representation of color #496098: hue angle of 222.53º 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 #496098 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 96 152 -
CMYK 0.52 0.37 0 0.40
HSL 222.53º 0.35% 0.44% -
HSV(B) 222.53º 0.52% 0.6% -
XYZ 12.6 12.05 31.37 -
YUV 95.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 73 96 152 0.52 0.37 0 0.40 222.53 0.35 0.44
Hex 49 60 98 34 25 0 28 DF 23 2C
Octal 111 140 230 64 45 0 50 337 43 54
Binary 1001001 1100000 10011000 110100 100101 0 101000 11011111 100011 101100

Color Harmonies of #496098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496098

Black with #496098

Text Example


Text Example

White with #496098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496098; }

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

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

background-color css

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

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

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

border-color css

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

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

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