Html Css Color HEX #482659 Scarlet Gum

📋 copy color: '#482659'

red 72 ◦ green 38 ◦ blue 89

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

Shades of Scarlet Gum #482659

Tints of Scarlet Gum #482659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

 BLUE value IS 89 (35.16% from 255) = 44.72%

R = 36.18%
G = 19.1%
B = 44.72%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482659 (or 0x482659) is known color: Scarlet Gum. HEX triplet: 48, 26 and 59. RGB value is (72,38,89). Sum of RGB (Red+Green+Blue) = 72+38+89=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #482659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482659 is #B7D9A6. Grayscale: #353535. Windows color (decimal): -12048807 or 5842504. OLE color: 5842504.

HSL color Cylindrical-coordinate representation of color #482659: hue angle of 280º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482659 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 38 89 -
CMYK 0.19 0.57 0 0.65
HSL 280º 0.4% 0.25% -
HSV(B) 280º 0.57% 0.35% -
XYZ 5.17 3.49 9.85 -
YUV 53.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 72 38 89 0.19 0.57 0 0.65 280 0.4 0.25
Hex 48 26 59 13 39 0 41 118 28 19
Octal 110 46 131 23 71 0 101 430 50 31
Binary 1001000 100110 1011001 10011 111001 0 1000001 100011000 101000 11001

Color Harmonies of #482659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482659

Black with #482659

Text Example


Text Example

White with #482659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482659; }

 p { color: rgb(72,38,89); }

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

background-color css

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

 a { background-color: rgb(72,38,89); }

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

border-color css

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

 span { border-color: rgb(72,38,89); }

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