#405F77

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

Shades of Matisse #405F77

Tints of Matisse #405F77

Color information

#405F77 (or 0x405F77) is unknown color: approx Matisse. HEX triplet: 40, 5F and 77. RGB value is (64,95,119). Sum of RGB (Red+Green+Blue) = 64+95+119=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #405F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F77 is #BFA088. Grayscale: #585858. Windows color (decimal): -12558473 or 7823168. OLE color: 7823168.

HSL color Cylindrical-coordinate representation of color #405F77: hue angle of 206.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405F77 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6495119-
CMYK0.460.2000.53
HSL206.18º30.05%35.88%-
HSV(B)206.18º46.22%46.67%-
XYZ9.5410.6119-
YUV88.47145.23110.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=23.02%
G=34.17%
B=42.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64951190.460.2000.53206.1830.0535.88
Hex405F772E14035ce1e24
Octal10013716756240653163644
Binary1000000101111111101111011101010001101011100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,119); }

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

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

 a { background-color: rgb(64,95,119); }

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

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

 span { border-color: rgb(64,95,119); }

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