#455892

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

Shades of Mariner #455892

Tints of Mariner #455892

Color information

#455892 (or 0x455892) is unknown color: approx Mariner. HEX triplet: 45, 58 and 92. RGB value is (69,88,146). Sum of RGB (Red+Green+Blue) = 69+88+146=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #455892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455892 is #BAA76D. Grayscale: #585858. Windows color (decimal): -12232558 or 9590853. OLE color: 9590853.

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

Color convert

RGB6988146-
CMYK0.530.4000.43
HSL225.19º35.81%42.16%-
HSV(B)225.19º52.74%57.25%-
XYZ11.1310.3228.6-
YUV88.93160.21113.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=22.77%
G=29.04%
B=48.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69881460.530.4000.43225.1935.8142.16
Hex455892352802Be1242a
Octal10513022265500533414452
Binary1000101101100010010010110101101000010101111100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455892; }

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

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

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

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

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

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

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

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