Html Css Color HEX #482459 Scarlet Gum

📋 copy color: '#482459'

red 72 ◦ green 36 ◦ blue 89

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

Shades of Scarlet Gum #482459

Tints of Scarlet Gum #482459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

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

R = 36.55%
G = 18.27%
B = 45.18%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482459 (or 0x482459) is known color: Scarlet Gum. HEX triplet: 48, 24 and 59. RGB value is (72,36,89). Sum of RGB (Red+Green+Blue) = 72+36+89=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #482459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482459 is #B7DBA6. Grayscale: #343434. Windows color (decimal): -12049319 or 5841992. OLE color: 5841992.

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

Color convert

RGB 72 36 89 -
CMYK 0.19 0.60 0 0.65
HSL 280.75º 0.42% 0.25% -
HSV(B) 280.75º 0.6% 0.35% -
XYZ 5.11 3.36 9.83 -
YUV 52.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 72 36 89 0.19 0.60 0 0.65 280.75 0.42 0.25
Hex 48 24 59 13 3C 0 41 119 2A 19
Octal 110 44 131 23 74 0 101 431 52 31
Binary 1001000 100100 1011001 10011 111100 0 1000001 100011001 101010 11001

Color Harmonies of #482459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482459

Black with #482459

Text Example


Text Example

White with #482459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482459; }

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

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

background-color css

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

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

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

border-color css

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

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

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