Html Css Color HEX #483558 Scarlet Gum

📋 copy color: '#483558'

red 72 ◦ green 53 ◦ blue 88

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

Shades of Scarlet Gum #483558

Tints of Scarlet Gum #483558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 88 (34.77% from 255) = 41.31%

R = 33.8%
G = 24.88%
B = 41.31%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483558 (or 0x483558) is known color: Scarlet Gum. HEX triplet: 48, 35 and 58. RGB value is (72,53,88). Sum of RGB (Red+Green+Blue) = 72+53+88=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #483558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483558 is #B7CAA7. Grayscale: #3E3E3E. Windows color (decimal): -12044968 or 5780808. OLE color: 5780808.

HSL color Cylindrical-coordinate representation of color #483558: hue angle of 272.57º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483558 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 53 88 -
CMYK 0.18 0.40 0 0.65
HSL 272.57º 0.25% 0.28% -
HSV(B) 272.57º 0.4% 0.35% -
XYZ 5.71 4.63 9.83 -
YUV 62.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 72 53 88 0.18 0.40 0 0.65 272.57 0.25 0.28
Hex 48 35 58 12 28 0 41 111 19 1C
Octal 110 65 130 22 50 0 101 421 31 34
Binary 1001000 110101 1011000 10010 101000 0 1000001 100010001 11001 11100

Color Harmonies of #483558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483558

Black with #483558

Text Example


Text Example

White with #483558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483558; }

 p { color: rgb(72,53,88); }

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

background-color css

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

 a { background-color: rgb(72,53,88); }

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

border-color css

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

 span { border-color: rgb(72,53,88); }

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