#456395

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

Shades of Mariner #456395

Tints of Mariner #456395

Color information

#456395 (or 0x456395) is unknown color: approx Mariner. HEX triplet: 45, 63 and 95. RGB value is (69,99,149). Sum of RGB (Red+Green+Blue) = 69+99+149=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #456395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456395 is #BA9C6A. Grayscale: #5F5F5F. Windows color (decimal): -12229739 or 9790277. OLE color: 9790277.

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

Color convert

RGB6999149-
CMYK0.540.3400.42
HSL217.5º36.7%42.75%-
HSV(B)217.5º53.69%58.43%-
XYZ12.3412.3630.17-
YUV95.73158.06108.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=21.77%
G=31.23%
B=47.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69991490.540.3400.42217.536.742.75
Hex456395362202Ada252b
Octal10514322566420523324553
Binary1000101110001110010101110110100010010101011011010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456395; }

 p { color: rgb(69,99,149); }

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

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

 a { background-color: rgb(69,99,149); }

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

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

 span { border-color: rgb(69,99,149); }

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