#456393

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

Shades of Mariner #456393

Tints of Mariner #456393

Color information

#456393 (or 0x456393) is unknown color: approx Mariner. HEX triplet: 45, 63 and 93. RGB value is (69,99,147). Sum of RGB (Red+Green+Blue) = 69+99+147=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #456393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456393 is #BA9C6C. Grayscale: #5F5F5F. Windows color (decimal): -12229741 or 9659205. OLE color: 9659205.

HSL color Cylindrical-coordinate representation of color #456393: hue angle of 216.92º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456393 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6999147-
CMYK0.530.3300.42
HSL216.92º36.11%42.35%-
HSV(B)216.92º53.06%57.65%-
XYZ12.1812.329.33-
YUV95.5157.06109.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=21.90%
G=31.43%
B=46.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69991470.530.3300.42216.9236.1142.35
Hex456393352102Ad9242a
Octal10514322365410523314452
Binary1000101110001110010011110101100001010101011011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456393; }

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

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

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

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

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

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

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

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