Html Css Color HEX #444446 Payne's Grey

📋 copy color: '#444446'

red 68 ◦ green 68 ◦ blue 70

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

Shades of Payne's Grey #444446

Tints of Payne's Grey #444446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 33.01%
G = 33.01%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#444446 (or 0x444446) is known color: Payne's Grey. HEX triplet: 44, 44 and 46. RGB value is (68,68,70). Sum of RGB (Red+Green+Blue) = 68+68+70=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 70 - color contains mainly: blue. Hex color #444446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444446 is #BBBBB9. Grayscale: #444444. Windows color (decimal): -12303290 or 4604996. OLE color: 4604996.

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

Color convert

RGB 68 68 70 -
CMYK 0.03 0.03 0 0.73
HSL 240º 0.01% 0.27% -
HSV(B) 240º 0.03% 0.27% -
XYZ 5.56 5.81 6.62 -
YUV 68.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 68 68 70 0.03 0.03 0 0.73 240 0.01 0.27
Hex 44 44 46 3 3 0 49 F0 1 1B
Octal 104 104 106 3 3 0 111 360 1 33
Binary 1000100 1000100 1000110 11 11 0 1001001 11110000 1 11011

Color Harmonies of #444446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444446

Black with #444446

Text Example


Text Example

White with #444446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444446; }

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

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

background-color css

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

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

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

border-color css

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

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

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