Html Css Color HEX #482E5C Scarlet Gum

📋 copy color: '#482E5C'

red 72 ◦ green 46 ◦ blue 92

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

Shades of Scarlet Gum #482E5C

Tints of Scarlet Gum #482E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 34.29%
G = 21.9%
B = 43.81%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#482E5C (or 0x482E5C) is known color: Scarlet Gum. HEX triplet: 48, 2E and 5C. RGB value is (72,46,92). Sum of RGB (Red+Green+Blue) = 72+46+92=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #482E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E5C is #B7D1A3. Grayscale: #3A3A3A. Windows color (decimal): -12046756 or 6041160. OLE color: 6041160.

HSL color Cylindrical-coordinate representation of color #482E5C: hue angle of 273.91º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482E5C is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 46 92 -
CMYK 0.22 0.50 0 0.64
HSL 273.91º 0.33% 0.27% -
HSV(B) 273.91º 0.5% 0.36% -
XYZ 5.58 4.1 10.62 -
YUV 59.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 72 46 92 0.22 0.50 0 0.64 273.91 0.33 0.27
Hex 48 2E 5C 16 32 0 40 112 21 1B
Octal 110 56 134 26 62 0 100 422 41 33
Binary 1001000 101110 1011100 10110 110010 0 1000000 100010010 100001 11011

Color Harmonies of #482E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E5C

Black with #482E5C

Text Example


Text Example

White with #482E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482E5C; }

 p { color: rgb(72,46,92); }

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

background-color css

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

 a { background-color: rgb(72,46,92); }

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

border-color css

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

 span { border-color: rgb(72,46,92); }

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