#456aaa

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

Shades of Mariner #456AAA

Tints of Mariner #456AAA

Color information

#456AAA (or 0x456AAA) is unknown color: approx Mariner. HEX triplet: 45, 6A and AA. RGB value is (69,106,170). Sum of RGB (Red+Green+Blue) = 69+106+170=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #456AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456AAA is #BA9555. Grayscale: #656565. Windows color (decimal): -12227926 or 11168325. OLE color: 11168325.

HSL color Cylindrical-coordinate representation of color #456AAA: hue angle of 218.02º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #456AAA is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69106170-
CMYK0.590.3800.33
HSL218.02º42.26%46.86%-
HSV(B)218.02º59.41%66.67%-
XYZ14.8614.4840.04-
YUV102.23166.24104.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=20%
G=30.72%
B=49.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691061700.590.3800.33218.0242.2646.86
Hex456AAA3B26021da2a2f
Octal10515225273460413325257
Binary1000101110101010101010111011100110010000111011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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