#456999

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

Shades of Mariner #456999

Tints of Mariner #456999

Color information

#456999 (or 0x456999) is unknown color: approx Mariner. HEX triplet: 45, 69 and 99. RGB value is (69,105,153). Sum of RGB (Red+Green+Blue) = 69+105+153=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #456999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456999 is #BA9666. Grayscale: #636363. Windows color (decimal): -12228199 or 10053957. OLE color: 10053957.

HSL color Cylindrical-coordinate representation of color #456999: hue angle of 214.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456999 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB69105153-
CMYK0.550.3100.4
HSL214.29º37.84%43.53%-
HSV(B)214.29º54.9%60%-
XYZ13.2613.6732.08-
YUV99.71158.07106.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=21.10%
G=32.11%
B=46.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691051530.550.3100.4214.2937.8443.53
Hex456999371F028d6262c
Octal10515123167370503264654
Binary100010111010011001100111011111111010100011010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456999; }

 p { color: rgb(69,105,153); }

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

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

 a { background-color: rgb(69,105,153); }

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

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

 span { border-color: rgb(69,105,153); }

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