#455F94

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

Shades of Mariner #455F94

Tints of Mariner #455F94

Color information

#455F94 (or 0x455F94) is unknown color: approx Mariner. HEX triplet: 45, 5F and 94. RGB value is (69,95,148). Sum of RGB (Red+Green+Blue) = 69+95+148=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #455F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F94 is #BAA06B. Grayscale: #5D5D5D. Windows color (decimal): -12230764 or 9723717. OLE color: 9723717.

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

Color convert

RGB6995148-
CMYK0.530.3600.42
HSL220.25º36.41%42.55%-
HSV(B)220.25º53.38%58.04%-
XYZ11.8911.5929.63-
YUV93.27158.89110.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=22.12%
G=30.45%
B=47.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69951480.530.3600.42220.2536.4142.55
Hex455F94352402Adc242b
Octal10513722465440523344453
Binary1000101101111110010100110101100100010101011011100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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