#4A335F

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

Shades of Scarlet Gum #4A335F

Tints of Scarlet Gum #4A335F

Color information

#4A335F (or 0x4A335F) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 33 and 5F. RGB value is (74,51,95). Sum of RGB (Red+Green+Blue) = 74+51+95=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A335F is #B5CCA0. Grayscale: #3E3E3E. Windows color (decimal): -11914401 or 6239050. OLE color: 6239050.

HSL color Cylindrical-coordinate representation of color #4A335F: hue angle of 271.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A335F is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB745195-
CMYK0.220.4600.63
HSL271.36º30.14%28.63%-
HSV(B)271.36º46.32%37.25%-
XYZ6.074.6511.4-
YUV62.89146.12135.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=33.64%
G=23.18%
B=43.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7451950.220.4600.63271.3630.1428.63
Hex4A335F162E03F10f1e1d
Octal1126313726560774173635
Binary100101011001110111111011010111001111111000011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,51,95); }

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

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

 a { background-color: rgb(74,51,95); }

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

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

 span { border-color: rgb(74,51,95); }

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