#483457

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

Shades of Scarlet Gum #483457

Tints of Scarlet Gum #483457

Color information

#483457 (or 0x483457) is unknown color: approx Scarlet Gum. HEX triplet: 48, 34 and 57. RGB value is (72,52,87). Sum of RGB (Red+Green+Blue) = 72+52+87=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #483457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483457 is #B7CBA8. Grayscale: #3D3D3D. Windows color (decimal): -12045225 or 5715016. OLE color: 5715016.

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

Color convert

RGB725287-
CMYK0.170.4000.66
HSL274.29º25.18%27.25%-
HSV(B)274.29º40.23%34.12%-
XYZ5.624.529.59-
YUV61.97142.13135.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=34.12%
G=24.64%
B=41.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7252870.170.4000.66274.2925.1827.25
Hex4834571128042112191b
Octal11064127215001024223133
Binary1001000110100101011110001101000010000101000100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483457; }

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

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

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

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

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

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

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

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