Html Css Color HEX #483E53 Grape

📋 copy color: '#483E53'

red 72 ◦ green 62 ◦ blue 83

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

Shades of Grape #483E53

Tints of Grape #483E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.57%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 33.18%
G = 28.57%
B = 38.25%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483E53 (or 0x483E53) is known color: Grape. HEX triplet: 48, 3E and 53. RGB value is (72,62,83). Sum of RGB (Red+Green+Blue) = 72+62+83=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #483E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E53 is #B7C1AC. Grayscale: #434343. Windows color (decimal): -12042669 or 5455432. OLE color: 5455432.

HSL color Cylindrical-coordinate representation of color #483E53: hue angle of 268.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483E53 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 62 83 -
CMYK 0.13 0.25 0 0.67
HSL 268.57º 0.14% 0.28% -
HSV(B) 268.57º 0.25% 0.33% -
XYZ 5.96 5.45 8.92 -
YUV 67.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 72 62 83 0.13 0.25 0 0.67 268.57 0.14 0.28
Hex 48 3E 53 D 19 0 43 10D E 1C
Octal 110 76 123 15 31 0 103 415 16 34
Binary 1001000 111110 1010011 1101 11001 0 1000011 100001101 1110 11100

Color Harmonies of #483E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E53

Black with #483E53

Text Example


Text Example

White with #483E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483E53; }

 p { color: rgb(72,62,83); }

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

background-color css

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

 a { background-color: rgb(72,62,83); }

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

border-color css

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

 span { border-color: rgb(72,62,83); }

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