#455C97

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

Shades of Mariner #455C97

Tints of Mariner #455C97

Color information

#455C97 (or 0x455C97) is unknown color: approx Mariner. HEX triplet: 45, 5C and 97. RGB value is (69,92,151). Sum of RGB (Red+Green+Blue) = 69+92+151=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #455C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C97 is #BAA368. Grayscale: #5B5B5B. Windows color (decimal): -12231529 or 9919557. OLE color: 9919557.

HSL color Cylindrical-coordinate representation of color #455C97: hue angle of 223.17º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #455C97 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6992151-
CMYK0.540.3900.41
HSL223.17º37.27%43.14%-
HSV(B)223.17º54.3%59.22%-
XYZ11.8711.1530.81-
YUV91.85161.38111.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=22.12%
G=29.49%
B=48.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69921510.540.3900.41223.1737.2743.14
Hex455C973627029df252b
Octal10513422766470513374553
Binary1000101101110010010111110110100111010100111011111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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