Html Css Color HEX #483156 Scarlet Gum

📋 copy color: '#483156'

red 72 ◦ green 49 ◦ blue 86

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

Shades of Scarlet Gum #483156

Tints of Scarlet Gum #483156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

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

R = 34.78%
G = 23.67%
B = 41.55%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483156 (or 0x483156) is known color: Scarlet Gum. HEX triplet: 48, 31 and 56. RGB value is (72,49,86). Sum of RGB (Red+Green+Blue) = 72+49+86=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #483156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483156 is #B7CEA9. Grayscale: #3B3B3B. Windows color (decimal): -12045994 or 5648712. OLE color: 5648712.

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

Color convert

RGB 72 49 86 -
CMYK 0.16 0.43 0 0.66
HSL 277.3º 0.27% 0.26% -
HSV(B) 277.3º 0.43% 0.34% -
XYZ 5.45 4.25 9.34 -
YUV 60.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 72 49 86 0.16 0.43 0 0.66 277.3 0.27 0.26
Hex 48 31 56 10 2B 0 42 115 1B 1A
Octal 110 61 126 20 53 0 102 425 33 32
Binary 1001000 110001 1010110 10000 101011 0 1000010 100010101 11011 11010

Color Harmonies of #483156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483156

Black with #483156

Text Example


Text Example

White with #483156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483156; }

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

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

background-color css

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

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

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

border-color css

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

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

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