Html Css Color HEX #406078 Matisse

📋 copy color: '#406078'

red 64 ◦ green 96 ◦ blue 120

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

Shades of Matisse #406078

Tints of Matisse #406078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 22.86%
G = 34.29%
B = 42.86%

CMYK

 C value IS 0.47

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#406078 (or 0x406078) is known color: Matisse. HEX triplet: 40, 60 and 78. RGB value is (64,96,120). Sum of RGB (Red+Green+Blue) = 64+96+120=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #406078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406078 is #BF9F87. Grayscale: #595959. Windows color (decimal): -12558216 or 7888960. OLE color: 7888960.

HSL color Cylindrical-coordinate representation of color #406078: hue angle of 205.71º degrees, saturation: 0.3, 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 #406078 is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 96 120 -
CMYK 0.47 0.2 0 0.53
HSL 205.71º 0.3% 0.36% -
HSV(B) 205.71º 0.47% 0.47% -
XYZ 9.69 10.81 19.35 -
YUV 89.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 64 96 120 0.47 0.2 0 0.53 205.71 0.3 0.36
Hex 40 60 78 2F 14 0 35 CE 1E 24
Octal 100 140 170 57 24 0 65 316 36 44
Binary 1000000 1100000 1111000 101111 10100 0 110101 11001110 11110 100100

Color Harmonies of #406078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406078

Black with #406078

Text Example


Text Example

White with #406078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406078; }

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

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

background-color css

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

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

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

border-color css

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

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

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