#482264

Color #482264 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #482264

Tints of Scarlet Gum #482264

Color information

#482264 (or 0x482264) is unknown color: approx Scarlet Gum. HEX triplet: 48, 22 and 64. RGB value is (72,34,100). Sum of RGB (Red+Green+Blue) = 72+34+100=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #482264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482264 is #B7DD9B. Grayscale: #343434. Windows color (decimal): -12049820 or 6562376. OLE color: 6562376.

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

Color convert

RGB7234100-
CMYK0.280.6600.61
HSL274.55º49.25%26.27%-
HSV(B)274.55º66%39.22%-
XYZ5.543.4412.43-
YUV52.89154.59141.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 100 (39.45% from 255) = 48.54%
R=34.95%
G=16.50%
B=48.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72341000.280.6600.61274.5549.2526.27
Hex4822641C4203D113311a
Octal11042144341020754236132
Binary10010001000101100100111001000010011110110001001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482264; }

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

 H1.HeaderClassName
 {
   color: #482264;
 }
 .AnyTagClassName
 {
   color: #482264;
 }
</style>
background-color css

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

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

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

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

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

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