#455FAD

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

Shades of Mariner #455FAD

Tints of Mariner #455FAD

Color information

#455FAD (or 0x455FAD) is unknown color: approx Mariner. HEX triplet: 45, 5F and AD. RGB value is (69,95,173). Sum of RGB (Red+Green+Blue) = 69+95+173=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #455FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455FAD is #BAA052. Grayscale: #5F5F5F. Windows color (decimal): -12230739 or 11362117. OLE color: 11362117.

HSL color Cylindrical-coordinate representation of color #455FAD: hue angle of 225º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455FAD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6995173-
CMYK0.600.4500.32
HSL225º42.98%47.45%-
HSV(B)225º60.12%67.84%-
XYZ14.0912.4741.2-
YUV96.12171.39108.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=20.47%
G=28.19%
B=51.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69951730.600.4500.3222542.9847.45
Hex455FAD3C2D020e12b2f
Octal10513725574550403415357
Binary1000101101111110101101111100101101010000011100001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455FAD; }

 p { color: rgb(69,95,173); }

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

<style>
 a { background-color: #455FAD; }

 a { background-color: rgb(69,95,173); }

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

<style>
 span { border-color: #455FAD; }

 span { border-color: rgb(69,95,173); }

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