Html Css Color HEX #406079 Matisse

📋 copy color: '#406079'

red 64 ◦ green 96 ◦ blue 121

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

Shades of Matisse #406079

Tints of Matisse #406079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 22.78%
G = 34.16%
B = 43.06%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#406079 (or 0x406079) is known color: Matisse. HEX triplet: 40, 60 and 79. RGB value is (64,96,121). Sum of RGB (Red+Green+Blue) = 64+96+121=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #406079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406079 is #BF9F86. Grayscale: #595959. Windows color (decimal): -12558215 or 7954496. OLE color: 7954496.

HSL color Cylindrical-coordinate representation of color #406079: hue angle of 206.32º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #406079 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 96 121 -
CMYK 0.47 0.21 0 0.53
HSL 206.32º 0.31% 0.36% -
HSV(B) 206.32º 0.47% 0.47% -
XYZ 9.75 10.84 19.67 -
YUV 89.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 64 96 121 0.47 0.21 0 0.53 206.32 0.31 0.36
Hex 40 60 79 2F 15 0 35 CE 1F 24
Octal 100 140 171 57 25 0 65 316 37 44
Binary 1000000 1100000 1111001 101111 10101 0 110101 11001110 11111 100100

Color Harmonies of #406079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406079

Black with #406079

Text Example


Text Example

White with #406079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406079; }

 p { color: rgb(64,96,121); }

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

background-color css

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

 a { background-color: rgb(64,96,121); }

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

border-color css

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

 span { border-color: rgb(64,96,121); }

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