#455994

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

Shades of Mariner #455994

Tints of Mariner #455994

Color information

#455994 (or 0x455994) is unknown color: approx Mariner. HEX triplet: 45, 59 and 94. RGB value is (69,89,148). Sum of RGB (Red+Green+Blue) = 69+89+148=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #455994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455994 is #BAA66B. Grayscale: #595959. Windows color (decimal): -12232300 or 9722181. OLE color: 9722181.

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

Color convert

RGB6989148-
CMYK0.530.4000.42
HSL224.81º36.41%42.55%-
HSV(B)224.81º53.38%58.04%-
XYZ11.3710.5529.45-
YUV89.75160.87113.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=22.55%
G=29.08%
B=48.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69891480.530.4000.42224.8136.4142.55
Hex455994352802Ae1242b
Octal10513122465500523414453
Binary1000101101100110010100110101101000010101011100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455994; }

 p { color: rgb(69,89,148); }

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

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

 a { background-color: rgb(69,89,148); }

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

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

 span { border-color: rgb(69,89,148); }

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