#456BA2

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

Shades of Mariner #456BA2

Tints of Mariner #456BA2

Color information

#456BA2 (or 0x456BA2) is unknown color: approx Mariner. HEX triplet: 45, 6B and A2. RGB value is (69,107,162). Sum of RGB (Red+Green+Blue) = 69+107+162=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #456BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BA2 is #BA945D. Grayscale: #656565. Windows color (decimal): -12227678 or 10644293. OLE color: 10644293.

HSL color Cylindrical-coordinate representation of color #456BA2: hue angle of 215.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #456BA2 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB69107162-
CMYK0.570.3400.36
HSL215.48º40.26%45.29%-
HSV(B)215.48º57.41%63.53%-
XYZ14.2314.3936.21-
YUV101.91161.91104.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 162 (63.67% from 255) = 47.93%
R=20.41%
G=31.66%
B=47.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691071620.570.3400.36215.4840.2645.29
Hex456BA23922024d7282d
Octal10515324271420443275055
Binary1000101110101110100010111001100010010010011010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,107,162); }

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

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

 a { background-color: rgb(69,107,162); }

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

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

 span { border-color: rgb(69,107,162); }

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