Html Css Color HEX #484352 Grape

📋 copy color: '#484352'

red 72 ◦ green 67 ◦ blue 82

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

Shades of Grape #484352

Tints of Grape #484352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 32.58%
G = 30.32%
B = 37.1%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484352 (or 0x484352) is known color: Grape. HEX triplet: 48, 43 and 52. RGB value is (72,67,82). Sum of RGB (Red+Green+Blue) = 72+67+82=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #484352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484352 is #B7BCAD. Grayscale: #464646. Windows color (decimal): -12041390 or 5391176. OLE color: 5391176.

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

Color convert

RGB 72 67 82 -
CMYK 0.12 0.18 0 0.68
HSL 260º 0.1% 0.29% -
HSV(B) 260º 0.18% 0.32% -
XYZ 6.2 6 8.81 -
YUV 70.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 72 67 82 0.12 0.18 0 0.68 260 0.1 0.29
Hex 48 43 52 C 12 0 44 104 A 1D
Octal 110 103 122 14 22 0 104 404 12 35
Binary 1001000 1000011 1010010 1100 10010 0 1000100 100000100 1010 11101

Color Harmonies of #484352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484352

Black with #484352

Text Example


Text Example

White with #484352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484352; }

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

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

background-color css

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

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

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

border-color css

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

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

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