Html Css Color HEX #482859 Scarlet Gum

📋 copy color: '#482859'

red 72 ◦ green 40 ◦ blue 89

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

Shades of Scarlet Gum #482859

Tints of Scarlet Gum #482859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

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

R = 35.82%
G = 19.9%
B = 44.28%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482859 (or 0x482859) is known color: Scarlet Gum. HEX triplet: 48, 28 and 59. RGB value is (72,40,89). Sum of RGB (Red+Green+Blue) = 72+40+89=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #482859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482859 is #B7D7A6. Grayscale: #363636. Windows color (decimal): -12048295 or 5843016. OLE color: 5843016.

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

Color convert

RGB 72 40 89 -
CMYK 0.19 0.55 0 0.65
HSL 279.18º 0.38% 0.25% -
HSV(B) 279.18º 0.55% 0.35% -
XYZ 5.23 3.62 9.87 -
YUV 55.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 72 40 89 0.19 0.55 0 0.65 279.18 0.38 0.25
Hex 48 28 59 13 37 0 41 117 26 19
Octal 110 50 131 23 67 0 101 427 46 31
Binary 1001000 101000 1011001 10011 110111 0 1000001 100010111 100110 11001

Color Harmonies of #482859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482859

Black with #482859

Text Example


Text Example

White with #482859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482859; }

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

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

background-color css

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

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

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

border-color css

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

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

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