Html Css Color HEX #483056 Scarlet Gum

📋 copy color: '#483056'

red 72 ◦ green 48 ◦ blue 86

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

Shades of Scarlet Gum #483056

Tints of Scarlet Gum #483056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 34.95%
G = 23.3%
B = 41.75%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483056 (or 0x483056) is known color: Scarlet Gum. HEX triplet: 48, 30 and 56. RGB value is (72,48,86). Sum of RGB (Red+Green+Blue) = 72+48+86=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #483056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483056 is #B7CFA9. Grayscale: #3B3B3B. Windows color (decimal): -12046250 or 5648456. OLE color: 5648456.

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

Color convert

RGB 72 48 86 -
CMYK 0.16 0.44 0 0.66
HSL 277.89º 0.28% 0.26% -
HSV(B) 277.89º 0.44% 0.34% -
XYZ 5.41 4.16 9.32 -
YUV 59.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 72 48 86 0.16 0.44 0 0.66 277.89 0.28 0.26
Hex 48 30 56 10 2C 0 42 116 1C 1A
Octal 110 60 126 20 54 0 102 426 34 32
Binary 1001000 110000 1010110 10000 101100 0 1000010 100010110 11100 11010

Color Harmonies of #483056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483056

Black with #483056

Text Example


Text Example

White with #483056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483056; }

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

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

background-color css

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

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

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

border-color css

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

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

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