#456BA4

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

Shades of Mariner #456BA4

Tints of Mariner #456BA4

Color information

#456BA4 (or 0x456BA4) is unknown color: approx Mariner. HEX triplet: 45, 6B and A4. RGB value is (69,107,164). Sum of RGB (Red+Green+Blue) = 69+107+164=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #456BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BA4 is #BA945B. Grayscale: #656565. Windows color (decimal): -12227676 or 10775365. OLE color: 10775365.

HSL color Cylindrical-coordinate representation of color #456BA4: hue angle of 216º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #456BA4 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB69107164-
CMYK0.580.3500.36
HSL216º40.77%45.69%-
HSV(B)216º57.93%64.31%-
XYZ14.4114.4637.15-
YUV102.14162.91104.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 164 (64.45% from 255) = 48.24%
R=20.29%
G=31.47%
B=48.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691071640.580.3500.3621640.7745.69
Hex456BA43A23024d8292e
Octal10515324472430443305156
Binary1000101110101110100100111010100011010010011011000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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