#456AAF

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

Shades of Mariner #456AAF

Tints of Mariner #456AAF

Color information

#456AAF (or 0x456AAF) is unknown color: approx Mariner. HEX triplet: 45, 6A and AF. RGB value is (69,106,175). Sum of RGB (Red+Green+Blue) = 69+106+175=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #456AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456AAF is #BA9550. Grayscale: #666666. Windows color (decimal): -12227921 or 11496005. OLE color: 11496005.

HSL color Cylindrical-coordinate representation of color #456AAF: hue angle of 219.06º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456AAF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69106175-
CMYK0.610.3900.31
HSL219.06º43.44%47.84%-
HSV(B)219.06º60.57%68.63%-
XYZ15.3514.6742.58-
YUV102.8168.74103.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.71%
GREEN value IS 106 (41.80% from 255) = 30.29%
BLUE value IS 175 (68.75% from 255) = 50%
R=19.71%
G=30.29%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691061750.610.3900.31219.0643.4447.84
Hex456AAF3D2701Fdb2b30
Octal10515225775470373335360
Binary100010111010101010111111110110011101111111011011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,106,175); }

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

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

 a { background-color: rgb(69,106,175); }

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

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

 span { border-color: rgb(69,106,175); }

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