Html Css Color HEX #405B78 Matisse

📋 copy color: '#405B78'

red 64 ◦ green 91 ◦ blue 120

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

Shades of Matisse #405B78

Tints of Matisse #405B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

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

R = 23.27%
G = 33.09%
B = 43.64%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405B78 (or 0x405B78) is known color: Matisse. HEX triplet: 40, 5B and 78. RGB value is (64,91,120). Sum of RGB (Red+Green+Blue) = 64+91+120=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #405B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B78 is #BFA487. Grayscale: #565656. Windows color (decimal): -12559496 or 7887680. OLE color: 7887680.

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

Color convert

RGB 64 91 120 -
CMYK 0.47 0.24 0 0.53
HSL 211.07º 0.3% 0.36% -
HSV(B) 211.07º 0.47% 0.47% -
XYZ 9.25 9.93 19.2 -
YUV 86.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 64 91 120 0.47 0.24 0 0.53 211.07 0.3 0.36
Hex 40 5B 78 2F 18 0 35 D3 1E 24
Octal 100 133 170 57 30 0 65 323 36 44
Binary 1000000 1011011 1111000 101111 11000 0 110101 11010011 11110 100100

Color Harmonies of #405B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B78

Black with #405B78

Text Example


Text Example

White with #405B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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