Html Css Color HEX #406480 Matisse

📋 copy color: '#406480'

red 64 ◦ green 100 ◦ blue 128

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

Shades of Matisse #406480

Tints of Matisse #406480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 21.92%
G = 34.25%
B = 43.84%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#406480 (or 0x406480) is known color: Matisse. HEX triplet: 40, 64 and 80. RGB value is (64,100,128). Sum of RGB (Red+Green+Blue) = 64+100+128=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #406480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406480 is #BF9B7F. Grayscale: #5C5C5C. Windows color (decimal): -12557184 or 8414272. OLE color: 8414272.

HSL color Cylindrical-coordinate representation of color #406480: hue angle of 206.25º 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 #406480 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 100 128 -
CMYK 0.5 0.22 0 0.50
HSL 206.25º 0.33% 0.38% -
HSV(B) 206.25º 0.5% 0.5% -
XYZ 10.57 11.76 22.14 -
YUV 92.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 64 100 128 0.5 0.22 0 0.50 206.25 0.33 0.38
Hex 40 64 80 32 16 0 32 CE 21 26
Octal 100 144 200 62 26 0 62 316 41 46
Binary 1000000 1100100 10000000 110010 10110 0 110010 11001110 100001 100110

Color Harmonies of #406480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406480

Black with #406480

Text Example


Text Example

White with #406480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406480; }

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

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

background-color css

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

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

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

border-color css

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

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

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