#483058

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

Shades of Scarlet Gum #483058

Tints of Scarlet Gum #483058

Color information

#483058 (or 0x483058) is unknown color: approx Scarlet Gum. HEX triplet: 48, 30 and 58. RGB value is (72,48,88). Sum of RGB (Red+Green+Blue) = 72+48+88=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #483058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483058 is #B7CFA7. Grayscale: #3B3B3B. Windows color (decimal): -12046248 or 5779528. OLE color: 5779528.

HSL color Cylindrical-coordinate representation of color #483058: hue angle of 276º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483058 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB724888-
CMYK0.180.4500.65
HSL276º29.41%26.67%-
HSV(B)276º45.45%34.51%-
XYZ5.494.29.75-
YUV59.74143.95136.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=34.62%
G=23.08%
B=42.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7248880.180.4500.6527629.4126.67
Hex483058122D0411141d1b
Octal11060130225501014243533
Binary1001000110000101100010010101101010000011000101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483058; }

 p { color: rgb(72,48,88); }

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

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

 a { background-color: rgb(72,48,88); }

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

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

 span { border-color: rgb(72,48,88); }

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