Html Css Color HEX #483756 Scarlet Gum

📋 copy color: '#483756'

red 72 ◦ green 55 ◦ blue 86

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

Shades of Scarlet Gum #483756

Tints of Scarlet Gum #483756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

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

R = 33.8%
G = 25.82%
B = 40.38%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483756 (or 0x483756) is known color: Scarlet Gum. HEX triplet: 48, 37 and 56. RGB value is (72,55,86). Sum of RGB (Red+Green+Blue) = 72+55+86=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #483756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483756 is #B7C8A9. Grayscale: #3F3F3F. Windows color (decimal): -12044458 or 5650248. OLE color: 5650248.

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

Color convert

RGB 72 55 86 -
CMYK 0.16 0.36 0 0.66
HSL 272.9º 0.22% 0.28% -
HSV(B) 272.9º 0.36% 0.34% -
XYZ 5.72 4.78 9.43 -
YUV 63.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 72 55 86 0.16 0.36 0 0.66 272.9 0.22 0.28
Hex 48 37 56 10 24 0 42 111 16 1C
Octal 110 67 126 20 44 0 102 421 26 34
Binary 1001000 110111 1010110 10000 100100 0 1000010 100010001 10110 11100

Color Harmonies of #483756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483756

Black with #483756

Text Example


Text Example

White with #483756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483756; }

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

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

background-color css

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

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

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

border-color css

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

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

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