Html Css Color HEX #405E77 Matisse

📋 copy color: '#405E77'

red 64 ◦ green 94 ◦ blue 119

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

Shades of Matisse #405E77

Tints of Matisse #405E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

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

R = 23.1%
G = 33.94%
B = 42.96%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405E77 (or 0x405E77) is known color: Matisse. HEX triplet: 40, 5E and 77. RGB value is (64,94,119). Sum of RGB (Red+Green+Blue) = 64+94+119=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #405E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E77 is #BFA188. Grayscale: #575757. Windows color (decimal): -12558729 or 7822912. OLE color: 7822912.

HSL color Cylindrical-coordinate representation of color #405E77: hue angle of 207.27º 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 #405E77 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 94 119 -
CMYK 0.46 0.21 0 0.53
HSL 207.27º 0.3% 0.36% -
HSV(B) 207.27º 0.46% 0.47% -
XYZ 9.45 10.43 18.97 -
YUV 87.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 64 94 119 0.46 0.21 0 0.53 207.27 0.3 0.36
Hex 40 5E 77 2E 15 0 35 CF 1E 24
Octal 100 136 167 56 25 0 65 317 36 44
Binary 1000000 1011110 1110111 101110 10101 0 110101 11001111 11110 100100

Color Harmonies of #405E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405E77

Black with #405E77

Text Example


Text Example

White with #405E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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