#481468

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

Shades of Scarlet Gum #481468

Tints of Scarlet Gum #481468

Color information

#481468 (or 0x481468) is unknown color: approx Scarlet Gum. HEX triplet: 48, 14 and 68. RGB value is (72,20,104). Sum of RGB (Red+Green+Blue) = 72+20+104=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #481468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481468 is #B7EB97. Grayscale: #2C2C2C. Windows color (decimal): -12053400 or 6820936. OLE color: 6820936.

HSL color Cylindrical-coordinate representation of color #481468: hue angle of 277.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481468 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7220104-
CMYK0.310.8100.59
HSL277.14º67.74%24.31%-
HSV(B)277.14º80.77%40.78%-
XYZ5.422.8813.37-
YUV45.12161.23147.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=36.73%
G=10.20%
B=53.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72201040.310.8100.59277.1467.7424.31
Hex4814681F5103B1154418
Octal110241503712107342510430
Binary10010001010011010001111110100010111011100010101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481468; }

 p { color: rgb(72,20,104); }

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

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

 a { background-color: rgb(72,20,104); }

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

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

 span { border-color: rgb(72,20,104); }

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