Html Css Color HEX #484450 Grape

📋 copy color: '#484450'

red 72 ◦ green 68 ◦ blue 80

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

Shades of Grape #484450

Tints of Grape #484450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 32.73%
G = 30.91%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484450 (or 0x484450) is known color: Grape. HEX triplet: 48, 44 and 50. RGB value is (72,68,80). Sum of RGB (Red+Green+Blue) = 72+68+80=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #484450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484450 is #B7BBAF. Grayscale: #464646. Windows color (decimal): -12041136 or 5260360. OLE color: 5260360.

HSL color Cylindrical-coordinate representation of color #484450: hue angle of 260º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #484450 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 68 80 -
CMYK 0.10 0.15 0 0.69
HSL 260º 0.08% 0.29% -
HSV(B) 260º 0.15% 0.31% -
XYZ 6.19 6.09 8.44 -
YUV 70.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 72 68 80 0.10 0.15 0 0.69 260 0.08 0.29
Hex 48 44 50 A F 0 45 104 8 1D
Octal 110 104 120 12 17 0 105 404 10 35
Binary 1001000 1000100 1010000 1010 1111 0 1000101 100000100 1000 11101

Color Harmonies of #484450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484450

Black with #484450

Text Example


Text Example

White with #484450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484450; }

 p { color: rgb(72,68,80); }

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

background-color css

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

 a { background-color: rgb(72,68,80); }

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

border-color css

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

 span { border-color: rgb(72,68,80); }

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