#483456

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

Shades of Scarlet Gum #483456

Tints of Scarlet Gum #483456

Color information

#483456 (or 0x483456) is unknown color: approx Scarlet Gum. HEX triplet: 48, 34 and 56. RGB value is (72,52,86). Sum of RGB (Red+Green+Blue) = 72+52+86=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #483456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483456 is #B7CBA9. Grayscale: #3D3D3D. Windows color (decimal): -12045226 or 5649480. OLE color: 5649480.

HSL color Cylindrical-coordinate representation of color #483456: hue angle of 275.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 #483456 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB725286-
CMYK0.160.4000.66
HSL275.29º24.64%27.06%-
HSV(B)275.29º39.53%33.73%-
XYZ5.584.519.38-
YUV61.86141.63135.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=34.29%
G=24.76%
B=40.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7252860.160.4000.66275.2924.6427.06
Hex4834561028042113191b
Octal11064126205001024233133
Binary1001000110100101011010000101000010000101000100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483456; }

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

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

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

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

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

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

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

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