Html Css Color HEX #44454C Payne's Grey

📋 copy color: '#44454C'

red 68 ◦ green 69 ◦ blue 76

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

Shades of Payne's Grey #44454C

Tints of Payne's Grey #44454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 31.92%
G = 32.39%
B = 35.68%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44454C (or 0x44454C) is known color: Payne's Grey. HEX triplet: 44, 45 and 4C. RGB value is (68,69,76). Sum of RGB (Red+Green+Blue) = 68+69+76=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #44454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44454C is #BBBAB3. Grayscale: #454545. Windows color (decimal): -12303028 or 4998468. OLE color: 4998468.

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

Color convert

RGB 68 69 76 -
CMYK 0.11 0.09 0 0.70
HSL 232.5º 0.06% 0.28% -
HSV(B) 232.5º 0.11% 0.3% -
XYZ 5.82 6.01 7.69 -
YUV 69.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 68 69 76 0.11 0.09 0 0.70 232.5 0.06 0.28
Hex 44 45 4C B 9 0 46 E8 6 1C
Octal 104 105 114 13 11 0 106 350 6 34
Binary 1000100 1000101 1001100 1011 1001 0 1000110 11101000 110 11100

Color Harmonies of #44454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44454C

Black with #44454C

Text Example


Text Example

White with #44454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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