#495C93

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

Shades of Mariner #495C93

Tints of Mariner #495C93

Color information

#495C93 (or 0x495C93) is unknown color: approx Mariner. HEX triplet: 49, 5C and 93. RGB value is (73,92,147). Sum of RGB (Red+Green+Blue) = 73+92+147=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #495C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C93 is #B6A36C. Grayscale: #5C5C5C. Windows color (decimal): -11969389 or 9657417. OLE color: 9657417.

HSL color Cylindrical-coordinate representation of color #495C93: hue angle of 224.59º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495C93 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7392147-
CMYK0.500.3700.42
HSL224.59º33.64%43.14%-
HSV(B)224.59º50.34%57.65%-
XYZ11.8411.1829.14-
YUV92.59158.71114.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=23.40%
G=29.49%
B=47.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73921470.500.3700.42224.5933.6443.14
Hex495C93322502Ae1222b
Octal11113422362450523414253
Binary1001001101110010010011110010100101010101011100001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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