Html Css Color HEX #406077 Matisse

📋 copy color: '#406077'

red 64 ◦ green 96 ◦ blue 119

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

Shades of Matisse #406077

Tints of Matisse #406077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 22.94%
G = 34.41%
B = 42.65%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#406077 (or 0x406077) is known color: Matisse. HEX triplet: 40, 60 and 77. RGB value is (64,96,119). Sum of RGB (Red+Green+Blue) = 64+96+119=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #406077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406077 is #BF9F88. Grayscale: #585858. Windows color (decimal): -12558217 or 7823424. OLE color: 7823424.

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

Color convert

RGB 64 96 119 -
CMYK 0.46 0.19 0 0.53
HSL 205.09º 0.3% 0.36% -
HSV(B) 205.09º 0.46% 0.47% -
XYZ 9.63 10.79 19.03 -
YUV 89.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 64 96 119 0.46 0.19 0 0.53 205.09 0.3 0.36
Hex 40 60 77 2E 13 0 35 CD 1E 24
Octal 100 140 167 56 23 0 65 315 36 44
Binary 1000000 1100000 1110111 101110 10011 0 110101 11001101 11110 100100

Color Harmonies of #406077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406077

Black with #406077

Text Example


Text Example

White with #406077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406077; }

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

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

background-color css

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

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

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

border-color css

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

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

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