#495CAB

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

Shades of Mariner #495CAB

Tints of Mariner #495CAB

Color information

#495CAB (or 0x495CAB) is unknown color: approx Mariner. HEX triplet: 49, 5C and AB. RGB value is (73,92,171). Sum of RGB (Red+Green+Blue) = 73+92+171=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #495CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495CAB is #B6A354. Grayscale: #5E5E5E. Windows color (decimal): -11969365 or 11230281. OLE color: 11230281.

HSL color Cylindrical-coordinate representation of color #495CAB: hue angle of 228.37º 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 #495CAB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7392171-
CMYK0.570.4600.33
HSL228.37º40.16%47.84%-
HSV(B)228.37º57.31%67.06%-
XYZ13.9312.0140.11-
YUV95.32170.71112.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=21.73%
G=27.38%
B=50.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73921710.570.4600.33228.3740.1647.84
Hex495CAB392E021e42830
Octal11113425371560413445060
Binary1001001101110010101011111001101110010000111100100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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