Html Css Color HEX #483E58 Grape

📋 copy color: '#483E58'

red 72 ◦ green 62 ◦ blue 88

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

Shades of Grape #483E58

Tints of Grape #483E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 32.43%
G = 27.93%
B = 39.64%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483E58 (or 0x483E58) is known color: Grape. HEX triplet: 48, 3E and 58. RGB value is (72,62,88). Sum of RGB (Red+Green+Blue) = 72+62+88=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #483E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E58 is #B7C1A7. Grayscale: #434343. Windows color (decimal): -12042664 or 5783112. OLE color: 5783112.

HSL color Cylindrical-coordinate representation of color #483E58: hue angle of 263.08º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #483E58 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 62 88 -
CMYK 0.18 0.30 0 0.65
HSL 263.08º 0.17% 0.29% -
HSV(B) 263.08º 0.3% 0.35% -
XYZ 6.16 5.53 9.97 -
YUV 67.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 72 62 88 0.18 0.30 0 0.65 263.08 0.17 0.29
Hex 48 3E 58 12 1E 0 41 107 11 1D
Octal 110 76 130 22 36 0 101 407 21 35
Binary 1001000 111110 1011000 10010 11110 0 1000001 100000111 10001 11101

Color Harmonies of #483E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E58

Black with #483E58

Text Example


Text Example

White with #483E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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