Html Css Color HEX #406180 Matisse

📋 copy color: '#406180'

red 64 ◦ green 97 ◦ blue 128

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

Shades of Matisse #406180

Tints of Matisse #406180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 22.15%
G = 33.56%
B = 44.29%

CMYK

 C value IS 0.5

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#406180 (or 0x406180) is known color: Matisse. HEX triplet: 40, 61 and 80. RGB value is (64,97,128). Sum of RGB (Red+Green+Blue) = 64+97+128=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #406180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406180 is #BF9E7F. Grayscale: #5A5A5A. Windows color (decimal): -12557952 or 8413504. OLE color: 8413504.

HSL color Cylindrical-coordinate representation of color #406180: hue angle of 209.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406180 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 97 128 -
CMYK 0.5 0.24 0 0.50
HSL 209.06º 0.33% 0.38% -
HSV(B) 209.06º 0.5% 0.5% -
XYZ 10.29 11.2 22.04 -
YUV 90.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 64 97 128 0.5 0.24 0 0.50 209.06 0.33 0.38
Hex 40 61 80 32 18 0 32 D1 21 26
Octal 100 141 200 62 30 0 62 321 41 46
Binary 1000000 1100001 10000000 110010 11000 0 110010 11010001 100001 100110

Color Harmonies of #406180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406180

Black with #406180

Text Example


Text Example

White with #406180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406180; }

 p { color: rgb(64,97,128); }

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

background-color css

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

 a { background-color: rgb(64,97,128); }

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

border-color css

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

 span { border-color: rgb(64,97,128); }

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