Html Css Color HEX #482654 Scarlet Gum

📋 copy color: '#482654'

red 72 ◦ green 38 ◦ blue 84

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

Shades of Scarlet Gum #482654

Tints of Scarlet Gum #482654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.59%

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

R = 37.11%
G = 19.59%
B = 43.3%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482654 (or 0x482654) is known color: Scarlet Gum. HEX triplet: 48, 26 and 54. RGB value is (72,38,84). Sum of RGB (Red+Green+Blue) = 72+38+84=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #482654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482654 is #B7D9AB. Grayscale: #353535. Windows color (decimal): -12048812 or 5514824. OLE color: 5514824.

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

Color convert

RGB 72 38 84 -
CMYK 0.14 0.55 0 0.67
HSL 284.35º 0.38% 0.24% -
HSV(B) 284.35º 0.55% 0.33% -
XYZ 4.97 3.4 8.78 -
YUV 53.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 72 38 84 0.14 0.55 0 0.67 284.35 0.38 0.24
Hex 48 26 54 E 37 0 43 11C 26 18
Octal 110 46 124 16 67 0 103 434 46 30
Binary 1001000 100110 1010100 1110 110111 0 1000011 100011100 100110 11000

Color Harmonies of #482654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482654

Black with #482654

Text Example


Text Example

White with #482654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482654; }

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

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

background-color css

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

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

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

border-color css

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

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

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