Html Css Color HEX #405C71 Matisse

📋 copy color: '#405C71'

red 64 ◦ green 92 ◦ blue 113

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

Shades of Matisse #405C71

Tints of Matisse #405C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

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

R = 23.79%
G = 34.2%
B = 42.01%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405C71 (or 0x405C71) is known color: Matisse. HEX triplet: 40, 5C and 71. RGB value is (64,92,113). Sum of RGB (Red+Green+Blue) = 64+92+113=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #405C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C71 is #BFA38E. Grayscale: #555555. Windows color (decimal): -12559247 or 7429184. OLE color: 7429184.

HSL color Cylindrical-coordinate representation of color #405C71: hue angle of 205.71º 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 #405C71 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 92 113 -
CMYK 0.43 0.19 0 0.56
HSL 205.71º 0.28% 0.35% -
HSV(B) 205.71º 0.43% 0.44% -
XYZ 8.92 9.94 17.07 -
YUV 86.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 64 92 113 0.43 0.19 0 0.56 205.71 0.28 0.35
Hex 40 5C 71 2B 13 0 38 CE 1C 23
Octal 100 134 161 53 23 0 70 316 34 43
Binary 1000000 1011100 1110001 101011 10011 0 111000 11001110 11100 100011

Color Harmonies of #405C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C71

Black with #405C71

Text Example


Text Example

White with #405C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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