Html Css Color HEX #482F5B Scarlet Gum

📋 copy color: '#482F5B'

red 72 ◦ green 47 ◦ blue 91

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

Shades of Scarlet Gum #482F5B

Tints of Scarlet Gum #482F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.38%

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 34.29%
G = 22.38%
B = 43.33%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#482F5B (or 0x482F5B) is known color: Scarlet Gum. HEX triplet: 48, 2F and 5B. RGB value is (72,47,91). Sum of RGB (Red+Green+Blue) = 72+47+91=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #482F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F5B is #B7D0A4. Grayscale: #3B3B3B. Windows color (decimal): -12046501 or 5975880. OLE color: 5975880.

HSL color Cylindrical-coordinate representation of color #482F5B: hue angle of 274.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #482F5B is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 47 91 -
CMYK 0.21 0.48 0 0.64
HSL 274.09º 0.32% 0.27% -
HSV(B) 274.09º 0.48% 0.36% -
XYZ 5.58 4.17 10.41 -
YUV 59.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 72 47 91 0.21 0.48 0 0.64 274.09 0.32 0.27
Hex 48 2F 5B 15 30 0 40 112 20 1B
Octal 110 57 133 25 60 0 100 422 40 33
Binary 1001000 101111 1011011 10101 110000 0 1000000 100010010 100000 11011

Color Harmonies of #482F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F5B

Black with #482F5B

Text Example


Text Example

White with #482F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,47,91); }

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

background-color css

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

 a { background-color: rgb(72,47,91); }

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

border-color css

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

 span { border-color: rgb(72,47,91); }

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