Html Css Color HEX #482756 Scarlet Gum

📋 copy color: '#482756'

red 72 ◦ green 39 ◦ blue 86

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

Shades of Scarlet Gum #482756

Tints of Scarlet Gum #482756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

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

R = 36.55%
G = 19.8%
B = 43.65%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482756 (or 0x482756) is known color: Scarlet Gum. HEX triplet: 48, 27 and 56. RGB value is (72,39,86). Sum of RGB (Red+Green+Blue) = 72+39+86=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #482756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482756 is #B7D8A9. Grayscale: #363636. Windows color (decimal): -12048554 or 5646152. OLE color: 5646152.

HSL color Cylindrical-coordinate representation of color #482756: hue angle of 282.13º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #482756 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 39 86 -
CMYK 0.16 0.55 0 0.66
HSL 282.13º 0.38% 0.25% -
HSV(B) 282.13º 0.55% 0.34% -
XYZ 5.08 3.5 9.21 -
YUV 54.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 72 39 86 0.16 0.55 0 0.66 282.13 0.38 0.25
Hex 48 27 56 10 37 0 42 11A 26 19
Octal 110 47 126 20 67 0 102 432 46 31
Binary 1001000 100111 1010110 10000 110111 0 1000010 100011010 100110 11001

Color Harmonies of #482756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482756

Black with #482756

Text Example


Text Example

White with #482756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482756; }

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

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

background-color css

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

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

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

border-color css

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

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

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