Html Css Color HEX #405971 Matisse

📋 copy color: '#405971'

red 64 ◦ green 89 ◦ blue 113

#405971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #405971

Tints of Matisse #405971

RGB

 RED value IS 64 (25.39% from 255) = 24.06%

 GREEN value IS 89 (35.16% from 255) = 33.46%

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 24.06%
G = 33.46%
B = 42.48%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405971 (or 0x405971) is known color: Matisse. HEX triplet: 40, 59 and 71. RGB value is (64,89,113). Sum of RGB (Red+Green+Blue) = 64+89+113=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #405971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405971 is #BFA68E. Grayscale: #545454. Windows color (decimal): -12560015 or 7428416. OLE color: 7428416.

HSL color Cylindrical-coordinate representation of color #405971: hue angle of 209.39º degrees, saturation: 0.28, 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 #405971 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 89 113 -
CMYK 0.43 0.21 0 0.56
HSL 209.39º 0.28% 0.35% -
HSV(B) 209.39º 0.43% 0.44% -
XYZ 8.67 9.43 16.99 -
YUV 84.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 64 89 113 0.43 0.21 0 0.56 209.39 0.28 0.35
Hex 40 59 71 2B 15 0 38 D1 1C 23
Octal 100 131 161 53 25 0 70 321 34 43
Binary 1000000 1011001 1110001 101011 10101 0 111000 11010001 11100 100011

Color Harmonies of #405971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405971

Black with #405971

Text Example


Text Example

White with #405971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405971; }

 p { color: rgb(64,89,113); }

 H1.HeaderClassName
 {
   color: #405971;
 }
 .AnyTagClassName
 {
   color: #405971;
 }
</style>

background-color css

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

 a { background-color: rgb(64,89,113); }

 div.DivClassName
 {
   background-color: #405971;
 }
 .BgClassName
 {
   background-color: #405971;
 }
</style>

border-color css

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

 span { border-color: rgb(64,89,113); }

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