Html Css Color HEX #444448 Payne's Grey

📋 copy color: '#444448'

red 68 ◦ green 68 ◦ blue 72

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

Shades of Payne's Grey #444448

Tints of Payne's Grey #444448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 32.69%
G = 32.69%
B = 34.62%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#444448 (or 0x444448) is known color: Payne's Grey. HEX triplet: 44, 44 and 48. RGB value is (68,68,72). Sum of RGB (Red+Green+Blue) = 68+68+72=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: blue. Hex color #444448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444448 is #BBBBB7. Grayscale: #444444. Windows color (decimal): -12303288 or 4736068. OLE color: 4736068.

HSL color Cylindrical-coordinate representation of color #444448: hue angle of 240º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #444448 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 68 72 -
CMYK 0.06 0.06 0 0.72
HSL 240º 0.03% 0.27% -
HSV(B) 240º 0.06% 0.28% -
XYZ 5.62 5.83 6.96 -
YUV 68.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 68 68 72 0.06 0.06 0 0.72 240 0.03 0.27
Hex 44 44 48 6 6 0 48 F0 3 1B
Octal 104 104 110 6 6 0 110 360 3 33
Binary 1000100 1000100 1001000 110 110 0 1001000 11110000 11 11011

Color Harmonies of #444448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444448

Black with #444448

Text Example


Text Example

White with #444448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444448; }

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

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

background-color css

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

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

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

border-color css

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

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

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