#405B9E

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

Shades of Mariner #405B9E

Tints of Mariner #405B9E

Color information

#405B9E (or 0x405B9E) is unknown color: approx Mariner. HEX triplet: 40, 5B and 9E. RGB value is (64,91,158). Sum of RGB (Red+Green+Blue) = 64+91+158=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #405B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B9E is #BFA461. Grayscale: #5A5A5A. Windows color (decimal): -12559458 or 10378048. OLE color: 10378048.

HSL color Cylindrical-coordinate representation of color #405B9E: hue angle of 222.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #405B9E is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6491158-
CMYK0.590.4200.38
HSL222.77º42.34%43.53%-
HSV(B)222.77º59.49%61.96%-
XYZ12.0311.0433.84-
YUV90.56166.05109.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=20.45%
G=29.07%
B=50.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64911580.590.4200.38222.7742.3443.53
Hex405B9E3B2A026df2a2c
Octal10013323673520463375254
Binary1000000101101110011110111011101010010011011011111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405B9E; }

 p { color: rgb(64,91,158); }

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

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

 a { background-color: rgb(64,91,158); }

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

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

 span { border-color: rgb(64,91,158); }

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