Html Css Color HEX #405C75 Matisse

📋 copy color: '#405C75'

red 64 ◦ green 92 ◦ blue 117

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

Shades of Matisse #405C75

Tints of Matisse #405C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 23.44%
G = 33.7%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405C75 (or 0x405C75) is known color: Matisse. HEX triplet: 40, 5C and 75. RGB value is (64,92,117). Sum of RGB (Red+Green+Blue) = 64+92+117=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #405C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C75 is #BFA38A. Grayscale: #565656. Windows color (decimal): -12559243 or 7691328. OLE color: 7691328.

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

Color convert

RGB 64 92 117 -
CMYK 0.45 0.21 0 0.54
HSL 208.3º 0.29% 0.35% -
HSV(B) 208.3º 0.45% 0.46% -
XYZ 9.15 10.03 18.28 -
YUV 86.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 64 92 117 0.45 0.21 0 0.54 208.3 0.29 0.35
Hex 40 5C 75 2D 15 0 36 D0 1D 23
Octal 100 134 165 55 25 0 66 320 35 43
Binary 1000000 1011100 1110101 101101 10101 0 110110 11010000 11101 100011

Color Harmonies of #405C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C75

Black with #405C75

Text Example


Text Example

White with #405C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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