Html Css Color HEX #483055 Scarlet Gum

📋 copy color: '#483055'

red 72 ◦ green 48 ◦ blue 85

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

Shades of Scarlet Gum #483055

Tints of Scarlet Gum #483055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 35.12%
G = 23.41%
B = 41.46%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#483055 (or 0x483055) is known color: Scarlet Gum. HEX triplet: 48, 30 and 55. RGB value is (72,48,85). Sum of RGB (Red+Green+Blue) = 72+48+85=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #483055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483055 is #B7CFAA. Grayscale: #3B3B3B. Windows color (decimal): -12046251 or 5582920. OLE color: 5582920.

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

Color convert

RGB 72 48 85 -
CMYK 0.15 0.44 0 0.67
HSL 278.92º 0.28% 0.26% -
HSV(B) 278.92º 0.44% 0.33% -
XYZ 5.37 4.15 9.11 -
YUV 59.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 72 48 85 0.15 0.44 0 0.67 278.92 0.28 0.26
Hex 48 30 55 F 2C 0 43 117 1C 1A
Octal 110 60 125 17 54 0 103 427 34 32
Binary 1001000 110000 1010101 1111 101100 0 1000011 100010111 11100 11010

Color Harmonies of #483055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483055

Black with #483055

Text Example


Text Example

White with #483055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483055; }

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

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

background-color css

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

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

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

border-color css

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

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

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