#456593

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

Shades of Mariner #456593

Tints of Mariner #456593

Color information

#456593 (or 0x456593) is unknown color: approx Mariner. HEX triplet: 45, 65 and 93. RGB value is (69,101,147). Sum of RGB (Red+Green+Blue) = 69+101+147=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #456593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456593 is #BA9A6C. Grayscale: #606060. Windows color (decimal): -12229229 or 9659717. OLE color: 9659717.

HSL color Cylindrical-coordinate representation of color #456593: hue angle of 215.38º 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 #456593 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69101147-
CMYK0.530.3100.42
HSL215.38º36.11%42.35%-
HSV(B)215.38º53.06%57.65%-
XYZ12.3712.6829.4-
YUV96.68156.4108.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=21.77%
G=31.86%
B=46.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691011470.530.3100.42215.3836.1142.35
Hex456593351F02Ad7242a
Octal10514522365370523274452
Binary100010111001011001001111010111111010101011010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456593; }

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

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

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

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

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

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

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

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