#4A3453

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

Shades of Scarlet Gum #4A3453

Tints of Scarlet Gum #4A3453

Color information

#4A3453 (or 0x4A3453) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 34 and 53. RGB value is (74,52,83). Sum of RGB (Red+Green+Blue) = 74+52+83=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A3453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3453 is #B5CBAC. Grayscale: #3E3E3E. Windows color (decimal): -11914157 or 5452874. OLE color: 5452874.

HSL color Cylindrical-coordinate representation of color #4A3453: hue angle of 282.58º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A3453 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB745283-
CMYK0.110.3700.67
HSL282.58º22.96%26.47%-
HSV(B)282.58º37.35%32.55%-
XYZ5.614.548.76-
YUV62.11139.79136.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=35.41%
G=24.88%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7452830.110.3700.67282.5822.9626.47
Hex4A3453B2504311b171a
Octal11264123134501034332732
Binary100101011010010100111011100101010000111000110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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