#405B70

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

Shades of Matisse #405B70

Tints of Matisse #405B70

Color information

#405B70 (or 0x405B70) is unknown color: approx Matisse. HEX triplet: 40, 5B and 70. RGB value is (64,91,112). Sum of RGB (Red+Green+Blue) = 64+91+112=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #405B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B70 is #BFA48F. Grayscale: #555555. Windows color (decimal): -12559504 or 7363392. OLE color: 7363392.

HSL color Cylindrical-coordinate representation of color #405B70: hue angle of 206.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405B70 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6491112-
CMYK0.430.1900.56
HSL206.25º27.27%34.51%-
HSV(B)206.25º42.86%43.92%-
XYZ8.789.7416.75-
YUV85.32143.05112.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=23.97%
G=34.08%
B=41.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64911120.430.1900.56206.2527.2734.51
Hex405B702B13038ce1b23
Octal10013316053230703163343
Binary1000000101101111100001010111001101110001100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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