Html Css Color HEX #484355 Grape

📋 copy color: '#484355'

red 72 ◦ green 67 ◦ blue 85

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

Shades of Grape #484355

Tints of Grape #484355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 32.14%
G = 29.91%
B = 37.95%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484355 (or 0x484355) is known color: Grape. HEX triplet: 48, 43 and 55. RGB value is (72,67,85). Sum of RGB (Red+Green+Blue) = 72+67+85=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #484355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484355 is #B7BCAA. Grayscale: #464646. Windows color (decimal): -12041387 or 5587784. OLE color: 5587784.

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

Color convert

RGB 72 67 85 -
CMYK 0.15 0.21 0 0.67
HSL 256.67º 0.12% 0.3% -
HSV(B) 256.67º 0.21% 0.33% -
XYZ 6.32 6.05 9.43 -
YUV 70.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 72 67 85 0.15 0.21 0 0.67 256.67 0.12 0.3
Hex 48 43 55 F 15 0 43 101 C 1E
Octal 110 103 125 17 25 0 103 401 14 36
Binary 1001000 1000011 1010101 1111 10101 0 1000011 100000001 1100 11110

Color Harmonies of #484355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484355

Black with #484355

Text Example


Text Example

White with #484355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484355; }

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

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

background-color css

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

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

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

border-color css

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

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

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