Html Css Color HEX #442E45 Fuscous Grey

📋 copy color: '#442E45'

red 68 ◦ green 46 ◦ blue 69

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

Shades of Fuscous Grey #442E45

Tints of Fuscous Grey #442E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.14%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 37.16%
G = 25.14%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#442E45 (or 0x442E45) is known color: Fuscous Grey. HEX triplet: 44, 2E and 45. RGB value is (68,46,69). Sum of RGB (Red+Green+Blue) = 68+46+69=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 69 - color contains mainly: blue. Hex color #442E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E45 is #BBD1BA. Grayscale: #373737. Windows color (decimal): -12308923 or 4533828. OLE color: 4533828.

HSL color Cylindrical-coordinate representation of color #442E45: hue angle of 297.39º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #442E45 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 46 69 -
CMYK 0.01 0.33 0 0.73
HSL 297.39º 0.2% 0.23% -
HSV(B) 297.39º 0.33% 0.27% -
XYZ 4.44 3.61 6.09 -
YUV 55.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 68 46 69 0.01 0.33 0 0.73 297.39 0.2 0.23
Hex 44 2E 45 1 21 0 49 129 14 17
Octal 104 56 105 1 41 0 111 451 24 27
Binary 1000100 101110 1000101 1 100001 0 1001001 100101001 10100 10111

Color Harmonies of #442E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E45

Black with #442E45

Text Example


Text Example

White with #442E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442E45; }

 p { color: rgb(68,46,69); }

 H1.HeaderClassName
 {
   color: #442E45;
 }
 .AnyTagClassName
 {
   color: #442E45;
 }
</style>

background-color css

<style>
 a { background-color: #442E45; }

 a { background-color: rgb(68,46,69); }

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

border-color css

<style>
 span { border-color: #442E45; }

 span { border-color: rgb(68,46,69); }

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