#455C9C

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

Shades of Mariner #455C9C

Tints of Mariner #455C9C

Color information

#455C9C (or 0x455C9C) is unknown color: approx Mariner. HEX triplet: 45, 5C and 9C. RGB value is (69,92,156). Sum of RGB (Red+Green+Blue) = 69+92+156=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #455C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C9C is #BAA363. Grayscale: #5C5C5C. Windows color (decimal): -12231524 or 10247237. OLE color: 10247237.

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

Color convert

RGB6992156-
CMYK0.560.4100.39
HSL224.14º38.67%44.12%-
HSV(B)224.14º55.77%61.18%-
XYZ12.2811.3232.99-
YUV92.42163.88111.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=21.77%
G=29.02%
B=49.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69921560.560.4100.39224.1438.6744.12
Hex455C9C3829027e0272c
Octal10513423470510473404754
Binary1000101101110010011100111000101001010011111100000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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