Html Css Color HEX #496298 Mariner

📋 copy color: '#496298'

red 73 ◦ green 98 ◦ blue 152

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

Shades of Mariner #496298

Tints of Mariner #496298

RGB

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

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

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

R = 22.6%
G = 30.34%
B = 47.06%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#496298 (or 0x496298) is known color: Mariner. HEX triplet: 49, 62 and 98. RGB value is (73,98,152). Sum of RGB (Red+Green+Blue) = 73+98+152=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #496298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496298 is #B69D67. Grayscale: #606060. Windows color (decimal): -11967848 or 9986633. OLE color: 9986633.

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

Color convert

RGB 73 98 152 -
CMYK 0.52 0.36 0 0.40
HSL 221.01º 0.35% 0.44% -
HSV(B) 221.01º 0.52% 0.6% -
XYZ 12.78 12.42 31.43 -
YUV 96.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 73 98 152 0.52 0.36 0 0.40 221.01 0.35 0.44
Hex 49 62 98 34 24 0 28 DD 23 2C
Octal 111 142 230 64 44 0 50 335 43 54
Binary 1001001 1100010 10011000 110100 100100 0 101000 11011101 100011 101100

Color Harmonies of #496298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496298

Black with #496298

Text Example


Text Example

White with #496298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496298; }

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

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

background-color css

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

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

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

border-color css

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

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

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