#455A92

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

Shades of Mariner #455A92

Tints of Mariner #455A92

Color information

#455A92 (or 0x455A92) is unknown color: approx Mariner. HEX triplet: 45, 5A and 92. RGB value is (69,90,146). Sum of RGB (Red+Green+Blue) = 69+90+146=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #455A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A92 is #BAA56D. Grayscale: #595959. Windows color (decimal): -12232046 or 9591365. OLE color: 9591365.

HSL color Cylindrical-coordinate representation of color #455A92: hue angle of 223.64º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455A92 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6990146-
CMYK0.530.3800.43
HSL223.64º35.81%42.16%-
HSV(B)223.64º52.74%57.25%-
XYZ11.310.6528.65-
YUV90.1159.54112.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=22.62%
G=29.51%
B=47.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69901460.530.3800.43223.6435.8142.16
Hex455A92352602Be0242a
Octal10513222265460533404452
Binary1000101101101010010010110101100110010101111100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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