#405499

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

Shades of Mariner #405499

Tints of Mariner #405499

Color information

#405499 (or 0x405499) is unknown color: approx Mariner. HEX triplet: 40, 54 and 99. RGB value is (64,84,153). Sum of RGB (Red+Green+Blue) = 64+84+153=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #405499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405499 is #BFAB66. Grayscale: #555555. Windows color (decimal): -12561255 or 10048576. OLE color: 10048576.

HSL color Cylindrical-coordinate representation of color #405499: hue angle of 226.52º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405499 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6484153-
CMYK0.580.4500.4
HSL226.52º41.01%42.55%-
HSV(B)226.52º58.17%60%-
XYZ11.039.7331.43-
YUV85.89165.87112.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=21.26%
G=27.91%
B=50.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64841530.580.4500.4226.5241.0142.55
Hex4054993A2D028e3292b
Octal10012423172550503435153
Binary1000000101010010011001111010101101010100011100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405499; }

 p { color: rgb(64,84,153); }

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

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

 a { background-color: rgb(64,84,153); }

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

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

 span { border-color: rgb(64,84,153); }

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