Html Css Color HEX #405D71 Matisse

📋 copy color: '#405D71'

red 64 ◦ green 93 ◦ blue 113

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

Shades of Matisse #405D71

Tints of Matisse #405D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

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

R = 23.7%
G = 34.44%
B = 41.85%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405D71 (or 0x405D71) is known color: Matisse. HEX triplet: 40, 5D and 71. RGB value is (64,93,113). Sum of RGB (Red+Green+Blue) = 64+93+113=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #405D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D71 is #BFA28E. Grayscale: #565656. Windows color (decimal): -12558991 or 7429440. OLE color: 7429440.

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

Color convert

RGB 64 93 113 -
CMYK 0.43 0.18 0 0.56
HSL 204.49º 0.28% 0.35% -
HSV(B) 204.49º 0.43% 0.44% -
XYZ 9.01 10.11 17.1 -
YUV 86.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 64 93 113 0.43 0.18 0 0.56 204.49 0.28 0.35
Hex 40 5D 71 2B 12 0 38 CC 1C 23
Octal 100 135 161 53 22 0 70 314 34 43
Binary 1000000 1011101 1110001 101011 10010 0 111000 11001100 11100 100011

Color Harmonies of #405D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D71

Black with #405D71

Text Example


Text Example

White with #405D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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