#455C92

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

Shades of Mariner #455C92

Tints of Mariner #455C92

Color information

#455C92 (or 0x455C92) is unknown color: approx Mariner. HEX triplet: 45, 5C and 92. RGB value is (69,92,146). Sum of RGB (Red+Green+Blue) = 69+92+146=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #455C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C92 is #BAA36D. Grayscale: #5B5B5B. Windows color (decimal): -12231534 or 9591877. OLE color: 9591877.

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

Color convert

RGB6992146-
CMYK0.530.3700.43
HSL222.08º35.81%42.16%-
HSV(B)222.08º52.74%57.25%-
XYZ11.4710.9928.71-
YUV91.28158.88112.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=22.48%
G=29.97%
B=47.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69921460.530.3700.43222.0835.8142.16
Hex455C92352502Bde242a
Octal10513422265450533364452
Binary1000101101110010010010110101100101010101111011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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