Html Css Color HEX #484254 Grape

📋 copy color: '#484254'

red 72 ◦ green 66 ◦ blue 84

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

Shades of Grape #484254

Tints of Grape #484254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.73%

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 32.43%
G = 29.73%
B = 37.84%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484254 (or 0x484254) is known color: Grape. HEX triplet: 48, 42 and 54. RGB value is (72,66,84). Sum of RGB (Red+Green+Blue) = 72+66+84=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #484254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484254 is #B7BDAB. Grayscale: #454545. Windows color (decimal): -12041644 or 5521992. OLE color: 5521992.

HSL color Cylindrical-coordinate representation of color #484254: hue angle of 260º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484254 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 66 84 -
CMYK 0.14 0.21 0 0.67
HSL 260º 0.12% 0.29% -
HSV(B) 260º 0.21% 0.33% -
XYZ 6.22 5.91 9.2 -
YUV 69.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 72 66 84 0.14 0.21 0 0.67 260 0.12 0.29
Hex 48 42 54 E 15 0 43 104 C 1D
Octal 110 102 124 16 25 0 103 404 14 35
Binary 1001000 1000010 1010100 1110 10101 0 1000011 100000100 1100 11101

Color Harmonies of #484254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484254

Black with #484254

Text Example


Text Example

White with #484254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484254; }

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

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

background-color css

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

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

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

border-color css

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

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

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