#456DAC

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

Shades of Mariner #456DAC

Tints of Mariner #456DAC

Color information

#456DAC (or 0x456DAC) is unknown color: approx Mariner. HEX triplet: 45, 6D and AC. RGB value is (69,109,172). Sum of RGB (Red+Green+Blue) = 69+109+172=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #456DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DAC is #BA9253. Grayscale: #676767. Windows color (decimal): -12227156 or 11300165. OLE color: 11300165.

HSL color Cylindrical-coordinate representation of color #456DAC: hue angle of 216.7º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456DAC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69109172-
CMYK0.600.3700.33
HSL216.7º42.74%47.25%-
HSV(B)216.7º59.88%67.45%-
XYZ15.3715.1841.15-
YUV104.22166.25102.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.71%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=19.71%
G=31.14%
B=49.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691091720.600.3700.33216.742.7447.25
Hex456DAC3C25021d92b2f
Octal10515525474450413315357
Binary1000101110110110101100111100100101010000111011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456DAC; }

 p { color: rgb(69,109,172); }

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

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

 a { background-color: rgb(69,109,172); }

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

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

 span { border-color: rgb(69,109,172); }

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