Html Css Color HEX #44444F Payne's Grey

📋 copy color: '#44444F'

red 68 ◦ green 68 ◦ blue 79

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

Shades of Payne's Grey #44444F

Tints of Payne's Grey #44444F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 31.63%
G = 31.63%
B = 36.74%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44444F (or 0x44444F) is known color: Payne's Grey. HEX triplet: 44, 44 and 4F. RGB value is (68,68,79). Sum of RGB (Red+Green+Blue) = 68+68+79=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #44444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44444F is #BBBBB0. Grayscale: #454545. Windows color (decimal): -12303281 or 5194820. OLE color: 5194820.

HSL color Cylindrical-coordinate representation of color #44444F: hue angle of 240º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44444F is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 68 79 -
CMYK 0.14 0.14 0 0.69
HSL 240º 0.07% 0.29% -
HSV(B) 240º 0.14% 0.31% -
XYZ 5.86 5.93 8.23 -
YUV 69.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 68 68 79 0.14 0.14 0 0.69 240 0.07 0.29
Hex 44 44 4F E E 0 45 F0 7 1D
Octal 104 104 117 16 16 0 105 360 7 35
Binary 1000100 1000100 1001111 1110 1110 0 1000101 11110000 111 11101

Color Harmonies of #44444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44444F

Black with #44444F

Text Example


Text Example

White with #44444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44444F; }

 p { color: rgb(68,68,79); }

 H1.HeaderClassName
 {
   color: #44444F;
 }
 .AnyTagClassName
 {
   color: #44444F;
 }
</style>

background-color css

<style>
 a { background-color: #44444F; }

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

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

border-color css

<style>
 span { border-color: #44444F; }

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

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