Html Css Color HEX #482464 Scarlet Gum

📋 copy color: '#482464'

red 72 ◦ green 36 ◦ blue 100

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

Shades of Scarlet Gum #482464

Tints of Scarlet Gum #482464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 100 (39.45% from 255) = 48.08%

R = 34.62%
G = 17.31%
B = 48.08%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482464 (or 0x482464) is known color: Scarlet Gum. HEX triplet: 48, 24 and 64. RGB value is (72,36,100). Sum of RGB (Red+Green+Blue) = 72+36+100=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #482464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482464 is #B7DB9B. Grayscale: #353535. Windows color (decimal): -12049308 or 6562888. OLE color: 6562888.

HSL color Cylindrical-coordinate representation of color #482464: hue angle of 273.75º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482464 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 36 100 -
CMYK 0.28 0.64 0 0.61
HSL 273.75º 0.47% 0.27% -
HSV(B) 273.75º 0.64% 0.39% -
XYZ 5.6 3.56 12.45 -
YUV 54.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 72 36 100 0.28 0.64 0 0.61 273.75 0.47 0.27
Hex 48 24 64 1C 40 0 3D 112 2F 1B
Octal 110 44 144 34 100 0 75 422 57 33
Binary 1001000 100100 1100100 11100 1000000 0 111101 100010010 101111 11011

Color Harmonies of #482464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482464

Black with #482464

Text Example


Text Example

White with #482464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482464; }

 p { color: rgb(72,36,100); }

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

background-color css

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

 a { background-color: rgb(72,36,100); }

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

border-color css

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

 span { border-color: rgb(72,36,100); }

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