Html Css Color HEX #445D71 Matisse

📋 copy color: '#445D71'

red 68 ◦ green 93 ◦ blue 113

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

Shades of Matisse #445D71

Tints of Matisse #445D71

RGB

 RED value IS 68 (26.95% from 255) = 24.82%

 GREEN value IS 93 (36.72% from 255) = 33.94%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 24.82%
G = 33.94%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445D71 (or 0x445D71) is known color: Matisse. HEX triplet: 44, 5D and 71. RGB value is (68,93,113). Sum of RGB (Red+Green+Blue) = 68+93+113=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #445D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D71 is #BBA28E. Grayscale: #575757. Windows color (decimal): -12296847 or 7429444. OLE color: 7429444.

HSL color Cylindrical-coordinate representation of color #445D71: hue angle of 206.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445D71 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 93 113 -
CMYK 0.40 0.18 0 0.56
HSL 206.67º 0.25% 0.35% -
HSV(B) 206.67º 0.4% 0.44% -
XYZ 9.28 10.25 17.11 -
YUV 87.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 68 93 113 0.40 0.18 0 0.56 206.67 0.25 0.35
Hex 44 5D 71 28 12 0 38 CF 19 23
Octal 104 135 161 50 22 0 70 317 31 43
Binary 1000100 1011101 1110001 101000 10010 0 111000 11001111 11001 100011

Color Harmonies of #445D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D71

Black with #445D71

Text Example


Text Example

White with #445D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445D71; }

 p { color: rgb(68,93,113); }

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

background-color css

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

 a { background-color: rgb(68,93,113); }

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

border-color css

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

 span { border-color: rgb(68,93,113); }

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