#4A3458

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

Shades of Scarlet Gum #4A3458

Tints of Scarlet Gum #4A3458

Color information

#4A3458 (or 0x4A3458) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 34 and 58. RGB value is (74,52,88). Sum of RGB (Red+Green+Blue) = 74+52+88=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3458 is #B5CBA7. Grayscale: #3E3E3E. Windows color (decimal): -11914152 or 5780554. OLE color: 5780554.

HSL color Cylindrical-coordinate representation of color #4A3458: hue angle of 276.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A3458 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB745288-
CMYK0.160.4100.65
HSL276.67º25.71%27.45%-
HSV(B)276.67º40.91%34.51%-
XYZ5.814.629.82-
YUV62.68142.29136.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=34.58%
G=24.30%
B=41.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7452880.160.4100.65276.6725.7127.45
Hex4A345810290411151a1b
Octal11264130205101014253233
Binary1001010110100101100010000101001010000011000101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A3458; }

 p { color: rgb(74,52,88); }

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

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

 a { background-color: rgb(74,52,88); }

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

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

 span { border-color: rgb(74,52,88); }

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