Html Css Color HEX #482B5B Scarlet Gum

📋 copy color: '#482B5B'

red 72 ◦ green 43 ◦ blue 91

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

Shades of Scarlet Gum #482B5B

Tints of Scarlet Gum #482B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

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

R = 34.95%
G = 20.87%
B = 44.17%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#482B5B (or 0x482B5B) is known color: Scarlet Gum. HEX triplet: 48, 2B and 5B. RGB value is (72,43,91). Sum of RGB (Red+Green+Blue) = 72+43+91=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #482B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B5B is #B7D4A4. Grayscale: #383838. Windows color (decimal): -12047525 or 5974856. OLE color: 5974856.

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

Color convert

RGB 72 43 91 -
CMYK 0.21 0.53 0 0.64
HSL 276.25º 0.36% 0.26% -
HSV(B) 276.25º 0.53% 0.36% -
XYZ 5.42 3.86 10.36 -
YUV 57.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 72 43 91 0.21 0.53 0 0.64 276.25 0.36 0.26
Hex 48 2B 5B 15 35 0 40 114 24 1A
Octal 110 53 133 25 65 0 100 424 44 32
Binary 1001000 101011 1011011 10101 110101 0 1000000 100010100 100100 11010

Color Harmonies of #482B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B5B

Black with #482B5B

Text Example


Text Example

White with #482B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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