Html Css Color HEX #483F58 Grape

📋 copy color: '#483F58'

red 72 ◦ green 63 ◦ blue 88

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

Shades of Grape #483F58

Tints of Grape #483F58

RGB

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

 GREEN value IS 63 (25% from 255) = 28.25%

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

R = 32.29%
G = 28.25%
B = 39.46%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483F58 (or 0x483F58) is known color: Grape. HEX triplet: 48, 3F and 58. RGB value is (72,63,88). Sum of RGB (Red+Green+Blue) = 72+63+88=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #483F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F58 is #B7C0A7. Grayscale: #444444. Windows color (decimal): -12042408 or 5783368. OLE color: 5783368.

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

Color convert

RGB 72 63 88 -
CMYK 0.18 0.28 0 0.65
HSL 261.6º 0.17% 0.3% -
HSV(B) 261.6º 0.28% 0.35% -
XYZ 6.21 5.64 9.99 -
YUV 68.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 72 63 88 0.18 0.28 0 0.65 261.6 0.17 0.3
Hex 48 3F 58 12 1C 0 41 106 11 1E
Octal 110 77 130 22 34 0 101 406 21 36
Binary 1001000 111111 1011000 10010 11100 0 1000001 100000110 10001 11110

Color Harmonies of #483F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F58

Black with #483F58

Text Example


Text Example

White with #483F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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