Html Css Color HEX #406481 Matisse

📋 copy color: '#406481'

red 64 ◦ green 100 ◦ blue 129

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

Shades of Matisse #406481

Tints of Matisse #406481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 21.84%
G = 34.13%
B = 44.03%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406481 (or 0x406481) is known color: Matisse. HEX triplet: 40, 64 and 81. RGB value is (64,100,129). Sum of RGB (Red+Green+Blue) = 64+100+129=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #406481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406481 is #BF9B7E. Grayscale: #5C5C5C. Windows color (decimal): -12557183 or 8479808. OLE color: 8479808.

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

Color convert

RGB 64 100 129 -
CMYK 0.50 0.22 0 0.49
HSL 206.77º 0.34% 0.38% -
HSV(B) 206.77º 0.5% 0.51% -
XYZ 10.63 11.79 22.48 -
YUV 92.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 64 100 129 0.50 0.22 0 0.49 206.77 0.34 0.38
Hex 40 64 81 32 16 0 31 CF 22 26
Octal 100 144 201 62 26 0 61 317 42 46
Binary 1000000 1100100 10000001 110010 10110 0 110001 11001111 100010 100110

Color Harmonies of #406481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406481

Black with #406481

Text Example


Text Example

White with #406481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406481; }

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

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

background-color css

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

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

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

border-color css

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

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

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