Html Css Color HEX #484052 Grape

📋 copy color: '#484052'

red 72 ◦ green 64 ◦ blue 82

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

Shades of Grape #484052

Tints of Grape #484052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

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

R = 33.03%
G = 29.36%
B = 37.61%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484052 (or 0x484052) is known color: Grape. HEX triplet: 48, 40 and 52. RGB value is (72,64,82). Sum of RGB (Red+Green+Blue) = 72+64+82=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #484052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484052 is #B7BFAD. Grayscale: #444444. Windows color (decimal): -12042158 or 5390408. OLE color: 5390408.

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

Color convert

RGB 72 64 82 -
CMYK 0.12 0.22 0 0.68
HSL 266.67º 0.12% 0.29% -
HSV(B) 266.67º 0.22% 0.32% -
XYZ 6.03 5.65 8.76 -
YUV 68.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 72 64 82 0.12 0.22 0 0.68 266.67 0.12 0.29
Hex 48 40 52 C 16 0 44 10B C 1D
Octal 110 100 122 14 26 0 104 413 14 35
Binary 1001000 1000000 1010010 1100 10110 0 1000100 100001011 1100 11101

Color Harmonies of #484052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484052

Black with #484052

Text Example


Text Example

White with #484052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484052; }

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

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

background-color css

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

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

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

border-color css

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

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

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