Html Css Color HEX #406074 Matisse

📋 copy color: '#406074'

red 64 ◦ green 96 ◦ blue 116

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

Shades of Matisse #406074

Tints of Matisse #406074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 23.19%
G = 34.78%
B = 42.03%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406074 (or 0x406074) is known color: Matisse. HEX triplet: 40, 60 and 74. RGB value is (64,96,116). Sum of RGB (Red+Green+Blue) = 64+96+116=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #406074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406074 is #BF9F8B. Grayscale: #585858. Windows color (decimal): -12558220 or 7626816. OLE color: 7626816.

HSL color Cylindrical-coordinate representation of color #406074: hue angle of 203.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #406074 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 96 116 -
CMYK 0.45 0.17 0 0.55
HSL 203.08º 0.29% 0.35% -
HSV(B) 203.08º 0.45% 0.45% -
XYZ 9.45 10.72 18.09 -
YUV 88.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 64 96 116 0.45 0.17 0 0.55 203.08 0.29 0.35
Hex 40 60 74 2D 11 0 37 CB 1D 23
Octal 100 140 164 55 21 0 67 313 35 43
Binary 1000000 1100000 1110100 101101 10001 0 110111 11001011 11101 100011

Color Harmonies of #406074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406074

Black with #406074

Text Example


Text Example

White with #406074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406074; }

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

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

background-color css

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

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

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

border-color css

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

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

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