Html Css Color HEX #484442 Paco

📋 copy color: '#484442'

red 72 ◦ green 68 ◦ blue 66

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

Shades of Paco #484442

Tints of Paco #484442

RGB

 RED value IS 72 (28.52% from 255) = 34.95%

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

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 34.95%
G = 33.01%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#484442 (or 0x484442) is known color: Paco. HEX triplet: 48, 44 and 42. RGB value is (72,68,66). Sum of RGB (Red+Green+Blue) = 72+68+66=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484442 is #B7BBBD. Grayscale: #444444. Windows color (decimal): -12041150 or 4342856. OLE color: 4342856.

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

Color convert

RGB 72 68 66 -
CMYK 0 0.06 0.08 0.72
HSL 20º 0.04% 0.27% -
HSV(B) 20º 0.08% 0.28% -
XYZ 5.72 5.91 5.99 -
YUV 68.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 72 68 66 0 0.06 0.08 0.72 20 0.04 0.27
Hex 48 44 42 0 6 8 48 14 4 1B
Octal 110 104 102 0 6 10 110 24 4 33
Binary 1001000 1000100 1000010 0 110 1000 1001000 10100 100 11011

Color Harmonies of #484442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484442

Black with #484442

Text Example


Text Example

White with #484442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484442; }

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

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

background-color css

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

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

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

border-color css

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

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

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