Html Css Color HEX #484251 Grape

📋 copy color: '#484251'

red 72 ◦ green 66 ◦ blue 81

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

Shades of Grape #484251

Tints of Grape #484251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 32.88%
G = 30.14%
B = 36.99%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484251 (or 0x484251) is known color: Grape. HEX triplet: 48, 42 and 51. RGB value is (72,66,81). Sum of RGB (Red+Green+Blue) = 72+66+81=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #484251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484251 is #B7BDAE. Grayscale: #454545. Windows color (decimal): -12041647 or 5325384. OLE color: 5325384.

HSL color Cylindrical-coordinate representation of color #484251: hue angle of 264º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #484251 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 66 81 -
CMYK 0.11 0.19 0 0.68
HSL 264º 0.1% 0.29% -
HSV(B) 264º 0.19% 0.32% -
XYZ 6.11 5.87 8.6 -
YUV 69.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 72 66 81 0.11 0.19 0 0.68 264 0.1 0.29
Hex 48 42 51 B 13 0 44 108 A 1D
Octal 110 102 121 13 23 0 104 410 12 35
Binary 1001000 1000010 1010001 1011 10011 0 1000100 100001000 1010 11101

Color Harmonies of #484251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484251

Black with #484251

Text Example


Text Example

White with #484251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484251; }

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

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

background-color css

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

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

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

border-color css

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

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

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