Html Css Color HEX #483C58 Grape

📋 copy color: '#483C58'

red 72 ◦ green 60 ◦ blue 88

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

Shades of Grape #483C58

Tints of Grape #483C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

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

R = 32.73%
G = 27.27%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483C58 (or 0x483C58) is known color: Grape. HEX triplet: 48, 3C and 58. RGB value is (72,60,88). Sum of RGB (Red+Green+Blue) = 72+60+88=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #483C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C58 is #B7C3A7. Grayscale: #424242. Windows color (decimal): -12043176 or 5782600. OLE color: 5782600.

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

Color convert

RGB 72 60 88 -
CMYK 0.18 0.32 0 0.65
HSL 265.71º 0.19% 0.29% -
HSV(B) 265.71º 0.32% 0.35% -
XYZ 6.05 5.31 9.94 -
YUV 66.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 72 60 88 0.18 0.32 0 0.65 265.71 0.19 0.29
Hex 48 3C 58 12 20 0 41 10A 13 1D
Octal 110 74 130 22 40 0 101 412 23 35
Binary 1001000 111100 1011000 10010 100000 0 1000001 100001010 10011 11101

Color Harmonies of #483C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C58

Black with #483C58

Text Example


Text Example

White with #483C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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