Html Css Color HEX #445E75 Matisse

📋 copy color: '#445E75'

red 68 ◦ green 94 ◦ blue 117

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

Shades of Matisse #445E75

Tints of Matisse #445E75

RGB

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

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

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

R = 24.37%
G = 33.69%
B = 41.94%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445E75 (or 0x445E75) is known color: Matisse. HEX triplet: 44, 5E and 75. RGB value is (68,94,117). Sum of RGB (Red+Green+Blue) = 68+94+117=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #445E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E75 is #BBA18A. Grayscale: #585858. Windows color (decimal): -12296587 or 7691844. OLE color: 7691844.

HSL color Cylindrical-coordinate representation of color #445E75: hue angle of 208.16º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445E75 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 94 117 -
CMYK 0.42 0.20 0 0.54
HSL 208.16º 0.26% 0.36% -
HSV(B) 208.16º 0.42% 0.46% -
XYZ 9.6 10.52 18.35 -
YUV 88.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 68 94 117 0.42 0.20 0 0.54 208.16 0.26 0.36
Hex 44 5E 75 2A 14 0 36 D0 1A 24
Octal 104 136 165 52 24 0 66 320 32 44
Binary 1000100 1011110 1110101 101010 10100 0 110110 11010000 11010 100100

Color Harmonies of #445E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E75

Black with #445E75

Text Example


Text Example

White with #445E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,94,117); }

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

background-color css

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

 a { background-color: rgb(68,94,117); }

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

border-color css

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

 span { border-color: rgb(68,94,117); }

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