#4A2266

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

Shades of Scarlet Gum #4A2266

Tints of Scarlet Gum #4A2266

Color information

#4A2266 (or 0x4A2266) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 22 and 66. RGB value is (74,34,102). Sum of RGB (Red+Green+Blue) = 74+34+102=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A2266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2266 is #B5DD99. Grayscale: #353535. Windows color (decimal): -11918746 or 6693450. OLE color: 6693450.

HSL color Cylindrical-coordinate representation of color #4A2266: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A2266 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7434102-
CMYK0.270.6700.6
HSL275.29º50%26.67%-
HSV(B)275.29º66.67%40%-
XYZ5.793.5612.95-
YUV53.71155.25142.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.24%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=35.24%
G=16.19%
B=48.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74341020.270.6700.6275.295026.67
Hex4A22661B4303C113321b
Octal11242146331030744236233
Binary10010101000101100110110111000011011110010001001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,34,102); }

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

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

 a { background-color: rgb(74,34,102); }

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

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

 span { border-color: rgb(74,34,102); }

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