#455B99

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

Shades of Mariner #455B99

Tints of Mariner #455B99

Color information

#455B99 (or 0x455B99) is unknown color: approx Mariner. HEX triplet: 45, 5B and 99. RGB value is (69,91,153). Sum of RGB (Red+Green+Blue) = 69+91+153=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #455B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B99 is #BAA466. Grayscale: #5B5B5B. Windows color (decimal): -12231783 or 10050373. OLE color: 10050373.

HSL color Cylindrical-coordinate representation of color #455B99: hue angle of 224.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455B99 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6991153-
CMYK0.550.4100.4
HSL224.29º37.84%43.53%-
HSV(B)224.29º54.9%60%-
XYZ11.9511.0531.64-
YUV91.49162.71111.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=22.04%
G=29.07%
B=48.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69911530.550.4100.4224.2937.8443.53
Hex455B993729028e0262c
Octal10513323167510503404654
Binary1000101101101110011001110111101001010100011100000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,91,153); }

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

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

 a { background-color: rgb(69,91,153); }

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

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

 span { border-color: rgb(69,91,153); }

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