Html Css Color HEX #406380 Matisse

📋 copy color: '#406380'

red 64 ◦ green 99 ◦ blue 128

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

Shades of Matisse #406380

Tints of Matisse #406380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

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

R = 21.99%
G = 34.02%
B = 43.99%

CMYK

 C value IS 0.5

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#406380 (or 0x406380) is known color: Matisse. HEX triplet: 40, 63 and 80. RGB value is (64,99,128). Sum of RGB (Red+Green+Blue) = 64+99+128=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #406380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406380 is #BF9C7F. Grayscale: #5B5B5B. Windows color (decimal): -12557440 or 8414016. OLE color: 8414016.

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

Color convert

RGB 64 99 128 -
CMYK 0.5 0.23 0 0.50
HSL 207.19º 0.33% 0.38% -
HSV(B) 207.19º 0.5% 0.5% -
XYZ 10.47 11.57 22.1 -
YUV 91.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 64 99 128 0.5 0.23 0 0.50 207.19 0.33 0.38
Hex 40 63 80 32 17 0 32 CF 21 26
Octal 100 143 200 62 27 0 62 317 41 46
Binary 1000000 1100011 10000000 110010 10111 0 110010 11001111 100001 100110

Color Harmonies of #406380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406380

Black with #406380

Text Example


Text Example

White with #406380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406380; }

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

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

background-color css

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

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

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

border-color css

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

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

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