Html Css Color HEX #406381 Matisse

📋 copy color: '#406381'

red 64 ◦ green 99 ◦ blue 129

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

Shades of Matisse #406381

Tints of Matisse #406381

RGB

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

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

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

R = 21.92%
G = 33.9%
B = 44.18%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406381 (or 0x406381) is known color: Matisse. HEX triplet: 40, 63 and 81. RGB value is (64,99,129). Sum of RGB (Red+Green+Blue) = 64+99+129=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #406381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406381 is #BF9C7E. Grayscale: #5B5B5B. Windows color (decimal): -12557439 or 8479552. OLE color: 8479552.

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

Color convert

RGB 64 99 129 -
CMYK 0.50 0.23 0 0.49
HSL 207.69º 0.34% 0.38% -
HSV(B) 207.69º 0.5% 0.51% -
XYZ 10.54 11.6 22.45 -
YUV 91.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 64 99 129 0.50 0.23 0 0.49 207.69 0.34 0.38
Hex 40 63 81 32 17 0 31 D0 22 26
Octal 100 143 201 62 27 0 61 320 42 46
Binary 1000000 1100011 10000001 110010 10111 0 110001 11010000 100010 100110

Color Harmonies of #406381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406381

Black with #406381

Text Example


Text Example

White with #406381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406381; }

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

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

background-color css

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

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

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

border-color css

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

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

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