#496498

Color #496498 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #496498

Tints of Mariner #496498

Color information

#496498 (or 0x496498) is unknown color: approx Mariner. HEX triplet: 49, 64 and 98. RGB value is (73,100,152). Sum of RGB (Red+Green+Blue) = 73+100+152=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #496498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496498 is #B69B67. Grayscale: #616161. Windows color (decimal): -11967336 or 9987145. OLE color: 9987145.

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

Color convert

RGB73100152-
CMYK0.520.3400.40
HSL219.49º35.11%44.12%-
HSV(B)219.49º51.97%59.61%-
XYZ12.9712.831.49-
YUV97.85158.55110.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=22.46%
G=30.77%
B=46.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731001520.520.3400.40219.4935.1144.12
Hex4964983422028db232c
Octal11114423064420503334354
Binary1001001110010010011000110100100010010100011011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496498; }

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

 H1.HeaderClassName
 {
   color: #496498;
 }
 .AnyTagClassName
 {
   color: #496498;
 }
</style>
background-color css

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

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

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

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

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

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