#495BAB

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

Shades of Mariner #495BAB

Tints of Mariner #495BAB

Color information

#495BAB (or 0x495BAB) is unknown color: approx Mariner. HEX triplet: 49, 5B and AB. RGB value is (73,91,171). Sum of RGB (Red+Green+Blue) = 73+91+171=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #495BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495BAB is #B6A454. Grayscale: #5E5E5E. Windows color (decimal): -11969621 or 11230025. OLE color: 11230025.

HSL color Cylindrical-coordinate representation of color #495BAB: hue angle of 228.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495BAB is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7391171-
CMYK0.570.4700.33
HSL228.98º40.16%47.84%-
HSV(B)228.98º57.31%67.06%-
XYZ13.8411.8440.08-
YUV94.74171.04112.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=21.79%
G=27.16%
B=51.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73911710.570.4700.33228.9840.1647.84
Hex495BAB392F021e52830
Octal11113325371570413455060
Binary1001001101101110101011111001101111010000111100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,171); }

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

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

 a { background-color: rgb(73,91,171); }

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

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

 span { border-color: rgb(73,91,171); }

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