Html Css Color HEX #405C7F Matisse

📋 copy color: '#405C7F'

red 64 ◦ green 92 ◦ blue 127

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

Shades of Matisse #405C7F

Tints of Matisse #405C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

 BLUE value IS 127 (50% from 255) = 44.88%

R = 22.61%
G = 32.51%
B = 44.88%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#405C7F (or 0x405C7F) is known color: Matisse. HEX triplet: 40, 5C and 7F. RGB value is (64,92,127). Sum of RGB (Red+Green+Blue) = 64+92+127=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #405C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C7F is #BFA380. Grayscale: #575757. Windows color (decimal): -12559233 or 8346688. OLE color: 8346688.

HSL color Cylindrical-coordinate representation of color #405C7F: hue angle of 213.33º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405C7F is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 92 127 -
CMYK 0.50 0.28 0 0.50
HSL 213.33º 0.33% 0.37% -
HSV(B) 213.33º 0.5% 0.5% -
XYZ 9.77 10.28 21.55 -
YUV 87.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 64 92 127 0.50 0.28 0 0.50 213.33 0.33 0.37
Hex 40 5C 7F 32 1C 0 32 D5 21 25
Octal 100 134 177 62 34 0 62 325 41 45
Binary 1000000 1011100 1111111 110010 11100 0 110010 11010101 100001 100101

Color Harmonies of #405C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C7F

Black with #405C7F

Text Example


Text Example

White with #405C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,92,127); }

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

background-color css

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

 a { background-color: rgb(64,92,127); }

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

border-color css

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

 span { border-color: rgb(64,92,127); }

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