#482662

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

Shades of Scarlet Gum #482662

Tints of Scarlet Gum #482662

Color information

#482662 (or 0x482662) is unknown color: approx Scarlet Gum. HEX triplet: 48, 26 and 62. RGB value is (72,38,98). Sum of RGB (Red+Green+Blue) = 72+38+98=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #482662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482662 is #B7D99D. Grayscale: #363636. Windows color (decimal): -12048798 or 6432328. OLE color: 6432328.

HSL color Cylindrical-coordinate representation of color #482662: hue angle of 274º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482662 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB723898-
CMYK0.270.6100.62
HSL274º44.12%26.67%-
HSV(B)274º61.22%38.43%-
XYZ5.573.6511.97-
YUV55.01152.26140.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=34.62%
G=18.27%
B=47.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7238980.270.6100.6227444.1226.67
Hex4826621B3D03E1122c1b
Octal1104614233750764225433
Binary1001000100110110001011011111101011111010001001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482662; }

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

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

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

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

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

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

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

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