#455DAC

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

Shades of Mariner #455DAC

Tints of Mariner #455DAC

Color information

#455DAC (or 0x455DAC) is unknown color: approx Mariner. HEX triplet: 45, 5D and AC. RGB value is (69,93,172). Sum of RGB (Red+Green+Blue) = 69+93+172=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #455DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DAC is #BAA253. Grayscale: #5E5E5E. Windows color (decimal): -12231252 or 11296069. OLE color: 11296069.

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

Color convert

RGB6993172-
CMYK0.600.4600.33
HSL226.02º42.74%47.25%-
HSV(B)226.02º59.88%67.45%-
XYZ13.8112.0740.63-
YUV94.83171.55109.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=20.66%
G=27.84%
B=51.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69931720.600.4600.33226.0242.7447.25
Hex455DAC3C2E021e22b2f
Octal10513525474560413425357
Binary1000101101110110101100111100101110010000111100010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,172); }

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

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

 a { background-color: rgb(69,93,172); }

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

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

 span { border-color: rgb(69,93,172); }

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