Html Css Color HEX #44454D Payne's Grey

📋 copy color: '#44454D'

red 68 ◦ green 69 ◦ blue 77

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

Shades of Payne's Grey #44454D

Tints of Payne's Grey #44454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 31.78%
G = 32.24%
B = 35.98%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44454D (or 0x44454D) is known color: Payne's Grey. HEX triplet: 44, 45 and 4D. RGB value is (68,69,77). Sum of RGB (Red+Green+Blue) = 68+69+77=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #44454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44454D is #BBBAB2. Grayscale: #454545. Windows color (decimal): -12303027 or 5064004. OLE color: 5064004.

HSL color Cylindrical-coordinate representation of color #44454D: hue angle of 233.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #44454D is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 69 77 -
CMYK 0.12 0.10 0 0.70
HSL 233.33º 0.06% 0.28% -
HSV(B) 233.33º 0.12% 0.3% -
XYZ 5.85 6.02 7.87 -
YUV 69.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 68 69 77 0.12 0.10 0 0.70 233.33 0.06 0.28
Hex 44 45 4D C A 0 46 E9 6 1C
Octal 104 105 115 14 12 0 106 351 6 34
Binary 1000100 1000101 1001101 1100 1010 0 1000110 11101001 110 11100

Color Harmonies of #44454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44454D

Black with #44454D

Text Example


Text Example

White with #44454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44454D; }

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

 H1.HeaderClassName
 {
   color: #44454D;
 }
 .AnyTagClassName
 {
   color: #44454D;
 }
</style>

background-color css

<style>
 a { background-color: #44454D; }

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

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

border-color css

<style>
 span { border-color: #44454D; }

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

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