Html Css Color HEX #482458 Scarlet Gum

📋 copy color: '#482458'

red 72 ◦ green 36 ◦ blue 88

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

Shades of Scarlet Gum #482458

Tints of Scarlet Gum #482458

RGB

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

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

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

R = 36.73%
G = 18.37%
B = 44.9%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482458 (or 0x482458) is known color: Scarlet Gum. HEX triplet: 48, 24 and 58. RGB value is (72,36,88). Sum of RGB (Red+Green+Blue) = 72+36+88=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #482458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482458 is #B7DBA7. Grayscale: #343434. Windows color (decimal): -12049320 or 5776456. OLE color: 5776456.

HSL color Cylindrical-coordinate representation of color #482458: hue angle of 281.54º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #482458 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 36 88 -
CMYK 0.18 0.59 0 0.65
HSL 281.54º 0.42% 0.24% -
HSV(B) 281.54º 0.59% 0.35% -
XYZ 5.06 3.34 9.61 -
YUV 52.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 72 36 88 0.18 0.59 0 0.65 281.54 0.42 0.24
Hex 48 24 58 12 3B 0 41 11A 2A 18
Octal 110 44 130 22 73 0 101 432 52 30
Binary 1001000 100100 1011000 10010 111011 0 1000001 100011010 101010 11000

Color Harmonies of #482458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482458

Black with #482458

Text Example


Text Example

White with #482458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482458; }

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

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

background-color css

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

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

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

border-color css

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

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

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