#482062

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

Shades of Scarlet Gum #482062

Tints of Scarlet Gum #482062

Color information

#482062 (or 0x482062) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 62. RGB value is (72,32,98). Sum of RGB (Red+Green+Blue) = 72+32+98=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #482062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482062 is #B7DF9D. Grayscale: #333333. Windows color (decimal): -12050334 or 6430792. OLE color: 6430792.

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

Color convert

RGB723298-
CMYK0.270.6700.62
HSL276.36º50.77%25.49%-
HSV(B)276.36º67.35%38.43%-
XYZ5.393.2911.91-
YUV51.48154.25142.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=35.64%
G=15.84%
B=48.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7232980.270.6700.62276.3650.7725.49
Hex4820621B4303E1143319
Octal11040142331030764246331
Binary10010001000001100010110111000011011111010001010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482062; }

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

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

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

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

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

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

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

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