#496298

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

Shades of Mariner #496298

Tints of Mariner #496298

Color information

#496298 (or 0x496298) is unknown color: approx 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

RGB7398152-
CMYK0.520.3600.40
HSL221.01º35.11%44.12%-
HSV(B)221.01º51.97%59.61%-
XYZ12.7812.4231.43-
YUV96.68159.22111.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=22.60%
G=30.34%
B=47.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73981520.520.3600.40221.0135.1144.12
Hex4962983424028dd232c
Octal11114223064440503354354
Binary1001001110001010011000110100100100010100011011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>