Html Css Color HEX #484351 Grape

📋 copy color: '#484351'

red 72 ◦ green 67 ◦ blue 81

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

Shades of Grape #484351

Tints of Grape #484351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 32.73%
G = 30.45%
B = 36.82%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484351 (or 0x484351) is known color: Grape. HEX triplet: 48, 43 and 51. RGB value is (72,67,81). Sum of RGB (Red+Green+Blue) = 72+67+81=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #484351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484351 is #B7BCAE. Grayscale: #464646. Windows color (decimal): -12041391 or 5325640. OLE color: 5325640.

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

Color convert

RGB 72 67 81 -
CMYK 0.11 0.17 0 0.68
HSL 261.43º 0.09% 0.29% -
HSV(B) 261.43º 0.17% 0.32% -
XYZ 6.16 5.99 8.62 -
YUV 70.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 72 67 81 0.11 0.17 0 0.68 261.43 0.09 0.29
Hex 48 43 51 B 11 0 44 105 9 1D
Octal 110 103 121 13 21 0 104 405 11 35
Binary 1001000 1000011 1010001 1011 10001 0 1000100 100000101 1001 11101

Color Harmonies of #484351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484351

Black with #484351

Text Example


Text Example

White with #484351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484351; }

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

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

background-color css

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

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

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

border-color css

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

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

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