#495E98

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

Shades of Mariner #495E98

Tints of Mariner #495E98

Color information

#495E98 (or 0x495E98) is unknown color: approx Mariner. HEX triplet: 49, 5E and 98. RGB value is (73,94,152). Sum of RGB (Red+Green+Blue) = 73+94+152=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #495E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E98 is #B6A167. Grayscale: #5E5E5E. Windows color (decimal): -11968872 or 9985609. OLE color: 9985609.

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

Color convert

RGB7394152-
CMYK0.520.3800.40
HSL224.05º35.11%44.12%-
HSV(B)224.05º51.97%59.61%-
XYZ12.4211.6931.31-
YUV94.33160.54112.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=22.88%
G=29.47%
B=47.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73941520.520.3800.40224.0535.1144.12
Hex495E983426028e0232c
Octal11113623064460503404354
Binary1001001101111010011000110100100110010100011100000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495E98; }

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

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

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

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

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

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

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

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