Html Css Color HEX #482D56 Scarlet Gum

📋 copy color: '#482D56'

red 72 ◦ green 45 ◦ blue 86

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

Shades of Scarlet Gum #482D56

Tints of Scarlet Gum #482D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 35.47%
G = 22.17%
B = 42.36%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482D56 (or 0x482D56) is known color: Scarlet Gum. HEX triplet: 48, 2D and 56. RGB value is (72,45,86). Sum of RGB (Red+Green+Blue) = 72+45+86=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #482D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D56 is #B7D2A9. Grayscale: #393939. Windows color (decimal): -12047018 or 5647688. OLE color: 5647688.

HSL color Cylindrical-coordinate representation of color #482D56: hue angle of 279.51º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #482D56 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 45 86 -
CMYK 0.16 0.48 0 0.66
HSL 279.51º 0.31% 0.26% -
HSV(B) 279.51º 0.48% 0.34% -
XYZ 5.29 3.93 9.28 -
YUV 57.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 72 45 86 0.16 0.48 0 0.66 279.51 0.31 0.26
Hex 48 2D 56 10 30 0 42 118 1F 1A
Octal 110 55 126 20 60 0 102 430 37 32
Binary 1001000 101101 1010110 10000 110000 0 1000010 100011000 11111 11010

Color Harmonies of #482D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D56

Black with #482D56

Text Example


Text Example

White with #482D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,86); }

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

background-color css

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

 a { background-color: rgb(72,45,86); }

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

border-color css

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

 span { border-color: rgb(72,45,86); }

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