Html Css Color HEX #48454B Grape

📋 copy color: '#48454B'

red 72 ◦ green 69 ◦ blue 75

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

Shades of Grape #48454B

Tints of Grape #48454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 33.33%
G = 31.94%
B = 34.72%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48454B (or 0x48454B) is known color: Grape. HEX triplet: 48, 45 and 4B. RGB value is (72,69,75). Sum of RGB (Red+Green+Blue) = 72+69+75=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 75 - color contains mainly: blue. Hex color #48454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48454B is #B7BAB4. Grayscale: #464646. Windows color (decimal): -12040885 or 4932936. OLE color: 4932936.

HSL color Cylindrical-coordinate representation of color #48454B: hue angle of 270º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #48454B is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 69 75 -
CMYK 0.04 0.08 0 0.71
HSL 270º 0.04% 0.28% -
HSV(B) 270º 0.08% 0.29% -
XYZ 6.07 6.14 7.52 -
YUV 70.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 72 69 75 0.04 0.08 0 0.71 270 0.04 0.28
Hex 48 45 4B 4 8 0 47 10E 4 1C
Octal 110 105 113 4 10 0 107 416 4 34
Binary 1001000 1000101 1001011 100 1000 0 1000111 100001110 100 11100

Color Harmonies of #48454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48454B

Black with #48454B

Text Example


Text Example

White with #48454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48454B; }

 p { color: rgb(72,69,75); }

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

background-color css

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

 a { background-color: rgb(72,69,75); }

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

border-color css

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

 span { border-color: rgb(72,69,75); }

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