Html Css Color HEX #406580 Matisse

📋 copy color: '#406580'

red 64 ◦ green 101 ◦ blue 128

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

Shades of Matisse #406580

Tints of Matisse #406580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 21.84%
G = 34.47%
B = 43.69%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#406580 (or 0x406580) is known color: Matisse. HEX triplet: 40, 65 and 80. RGB value is (64,101,128). Sum of RGB (Red+Green+Blue) = 64+101+128=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #406580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406580 is #BF9A7F. Grayscale: #5C5C5C. Windows color (decimal): -12556928 or 8414528. OLE color: 8414528.

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

Color convert

RGB 64 101 128 -
CMYK 0.5 0.21 0 0.50
HSL 205.31º 0.33% 0.38% -
HSV(B) 205.31º 0.5% 0.5% -
XYZ 10.66 11.96 22.17 -
YUV 93.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 64 101 128 0.5 0.21 0 0.50 205.31 0.33 0.38
Hex 40 65 80 32 15 0 32 CD 21 26
Octal 100 145 200 62 25 0 62 315 41 46
Binary 1000000 1100101 10000000 110010 10101 0 110010 11001101 100001 100110

Color Harmonies of #406580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406580

Black with #406580

Text Example


Text Example

White with #406580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406580; }

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

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

background-color css

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

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

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

border-color css

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

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

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