#405D7D

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

Shades of Matisse #405D7D

Tints of Matisse #405D7D

Color information

#405D7D (or 0x405D7D) is unknown color: approx Matisse. HEX triplet: 40, 5D and 7D. RGB value is (64,93,125). Sum of RGB (Red+Green+Blue) = 64+93+125=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #405D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D7D is #BFA282. Grayscale: #575757. Windows color (decimal): -12558979 or 8215872. OLE color: 8215872.

HSL color Cylindrical-coordinate representation of color #405D7D: hue angle of 211.48º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #405D7D is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6493125-
CMYK0.490.2600.51
HSL211.48º32.28%37.06%-
HSV(B)211.48º48.8%49.02%-
XYZ9.7310.420.9-
YUV87.98148.89110.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=22.70%
G=32.98%
B=44.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64931250.490.2600.51211.4832.2837.06
Hex405D7D311A033d32025
Octal10013517561320633234045
Binary10000001011101111110111000111010011001111010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,125); }

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

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

 a { background-color: rgb(64,93,125); }

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

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

 span { border-color: rgb(64,93,125); }

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