#495F98

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

Shades of Mariner #495F98

Tints of Mariner #495F98

Color information

#495F98 (or 0x495F98) is unknown color: approx Mariner. HEX triplet: 49, 5F and 98. RGB value is (73,95,152). Sum of RGB (Red+Green+Blue) = 73+95+152=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #495F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F98 is #B6A067. Grayscale: #5E5E5E. Windows color (decimal): -11968616 or 9985865. OLE color: 9985865.

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

Color convert

RGB7395152-
CMYK0.520.3800.40
HSL223.29º35.11%44.12%-
HSV(B)223.29º51.97%59.61%-
XYZ12.5111.8731.34-
YUV94.92160.21112.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=22.81%
G=29.69%
B=47.5%

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
Decimal73951520.520.3800.40223.2935.1144.12
Hex495F983426028df232c
Octal11113723064460503374354
Binary1001001101111110011000110100100110010100011011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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