#455AAD

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

Shades of Mariner #455AAD

Tints of Mariner #455AAD

Color information

#455AAD (or 0x455AAD) is unknown color: approx Mariner. HEX triplet: 45, 5A and AD. RGB value is (69,90,173). Sum of RGB (Red+Green+Blue) = 69+90+173=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #455AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455AAD is #BAA552. Grayscale: #5C5C5C. Windows color (decimal): -12232019 or 11360837. OLE color: 11360837.

HSL color Cylindrical-coordinate representation of color #455AAD: hue angle of 227.88º 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 #455AAD is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6990173-
CMYK0.600.4800.32
HSL227.88º42.98%47.45%-
HSV(B)227.88º60.12%67.84%-
XYZ13.6511.5941.05-
YUV93.18173.04110.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=20.78%
G=27.11%
B=52.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69901730.600.4800.32227.8842.9847.45
Hex455AAD3C30020e42b2f
Octal10513225574600403445357
Binary1000101101101010101101111100110000010000011100100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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