Html Css Color HEX #483054 Scarlet Gum

📋 copy color: '#483054'

red 72 ◦ green 48 ◦ blue 84

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

Shades of Scarlet Gum #483054

Tints of Scarlet Gum #483054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 35.29%
G = 23.53%
B = 41.18%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483054 (or 0x483054) is known color: Scarlet Gum. HEX triplet: 48, 30 and 54. RGB value is (72,48,84). Sum of RGB (Red+Green+Blue) = 72+48+84=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #483054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483054 is #B7CFAB. Grayscale: #3B3B3B. Windows color (decimal): -12046252 or 5517384. OLE color: 5517384.

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

Color convert

RGB 72 48 84 -
CMYK 0.14 0.43 0 0.67
HSL 280º 0.27% 0.26% -
HSV(B) 280º 0.43% 0.33% -
XYZ 5.33 4.13 8.9 -
YUV 59.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 72 48 84 0.14 0.43 0 0.67 280 0.27 0.26
Hex 48 30 54 E 2B 0 43 118 1B 1A
Octal 110 60 124 16 53 0 103 430 33 32
Binary 1001000 110000 1010100 1110 101011 0 1000011 100011000 11011 11010

Color Harmonies of #483054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483054

Black with #483054

Text Example


Text Example

White with #483054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483054; }

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

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

background-color css

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

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

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

border-color css

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

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

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