#455E92

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

Shades of Mariner #455E92

Tints of Mariner #455E92

Color information

#455E92 (or 0x455E92) is unknown color: approx Mariner. HEX triplet: 45, 5E and 92. RGB value is (69,94,146). Sum of RGB (Red+Green+Blue) = 69+94+146=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #455E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E92 is #BAA16D. Grayscale: #5C5C5C. Windows color (decimal): -12231022 or 9592389. OLE color: 9592389.

HSL color Cylindrical-coordinate representation of color #455E92: hue angle of 220.52º 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 #455E92 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6994146-
CMYK0.530.3600.43
HSL220.52º35.81%42.16%-
HSV(B)220.52º52.74%57.25%-
XYZ11.6511.3528.77-
YUV92.45158.22111.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=22.33%
G=30.42%
B=47.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69941460.530.3600.43220.5235.8142.16
Hex455E92352402Bdd242a
Octal10513622265440533354452
Binary1000101101111010010010110101100100010101111011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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