#482957

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

Shades of Scarlet Gum #482957

Tints of Scarlet Gum #482957

Color information

#482957 (or 0x482957) is unknown color: approx Scarlet Gum. HEX triplet: 48, 29 and 57. RGB value is (72,41,87). Sum of RGB (Red+Green+Blue) = 72+41+87=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #482957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482957 is #B7D6A8. Grayscale: #373737. Windows color (decimal): -12048041 or 5712200. OLE color: 5712200.

HSL color Cylindrical-coordinate representation of color #482957: hue angle of 280.43º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482957 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB724187-
CMYK0.170.5300.66
HSL280.43º35.94%25.1%-
HSV(B)280.43º52.87%34.12%-
XYZ5.193.659.45-
YUV55.51145.77139.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=36%
G=20.5%
B=43.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7241870.170.5300.66280.4335.9425.1
Hex48295711350421182419
Octal11051127216501024304431
Binary10010001010011010111100011101010100001010001100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482957; }

 p { color: rgb(72,41,87); }

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

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

 a { background-color: rgb(72,41,87); }

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

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

 span { border-color: rgb(72,41,87); }

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