#405E75

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

Shades of Matisse #405E75

Tints of Matisse #405E75

Color information

#405E75 (or 0x405E75) is unknown color: approx Matisse. HEX triplet: 40, 5E and 75. RGB value is (64,94,117). Sum of RGB (Red+Green+Blue) = 64+94+117=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #405E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E75 is #BFA18A. Grayscale: #575757. Windows color (decimal): -12558731 or 7691840. OLE color: 7691840.

HSL color Cylindrical-coordinate representation of color #405E75: hue angle of 206.04º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405E75 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6494117-
CMYK0.450.2000.54
HSL206.04º29.28%35.49%-
HSV(B)206.04º45.3%45.88%-
XYZ9.3310.3818.34-
YUV87.65144.56111.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=23.27%
G=34.18%
B=42.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64941170.450.2000.54206.0429.2835.49
Hex405E752D14036ce1d23
Octal10013616555240663163543
Binary1000000101111011101011011011010001101101100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,94,117); }

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

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

 a { background-color: rgb(64,94,117); }

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

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

 span { border-color: rgb(64,94,117); }

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