Html Css Color HEX #496398 Mariner

📋 copy color: '#496398'

red 73 ◦ green 99 ◦ blue 152

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

Shades of Mariner #496398

Tints of Mariner #496398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 22.53%
G = 30.56%
B = 46.91%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#496398 (or 0x496398) is known color: Mariner. HEX triplet: 49, 63 and 98. RGB value is (73,99,152). Sum of RGB (Red+Green+Blue) = 73+99+152=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #496398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496398 is #B69C67. Grayscale: #616161. Windows color (decimal): -11967592 or 9986889. OLE color: 9986889.

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

Color convert

RGB 73 99 152 -
CMYK 0.52 0.35 0 0.40
HSL 220.25º 0.35% 0.44% -
HSV(B) 220.25º 0.52% 0.6% -
XYZ 12.88 12.61 31.46 -
YUV 97.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 73 99 152 0.52 0.35 0 0.40 220.25 0.35 0.44
Hex 49 63 98 34 23 0 28 DC 23 2C
Octal 111 143 230 64 43 0 50 334 43 54
Binary 1001001 1100011 10011000 110100 100011 0 101000 11011100 100011 101100

Color Harmonies of #496398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496398

Black with #496398

Text Example


Text Example

White with #496398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496398; }

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

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

background-color css

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

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

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

border-color css

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

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

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