#455C9D

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

Shades of Mariner #455C9D

Tints of Mariner #455C9D

Color information

#455C9D (or 0x455C9D) is unknown color: approx Mariner. HEX triplet: 45, 5C and 9D. RGB value is (69,92,157). Sum of RGB (Red+Green+Blue) = 69+92+157=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #455C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C9D is #BAA362. Grayscale: #5C5C5C. Windows color (decimal): -12231523 or 10312773. OLE color: 10312773.

HSL color Cylindrical-coordinate representation of color #455C9D: hue angle of 224.32º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455C9D is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6992157-
CMYK0.560.4100.38
HSL224.32º38.94%44.31%-
HSV(B)224.32º56.05%61.57%-
XYZ12.3711.3533.44-
YUV92.53164.38111.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=21.70%
G=28.93%
B=49.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69921570.560.4100.38224.3238.9444.31
Hex455C9D3829026e0272c
Octal10513423570510463404754
Binary1000101101110010011101111000101001010011011100000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,92,157); }

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

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

 a { background-color: rgb(69,92,157); }

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

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

 span { border-color: rgb(69,92,157); }

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