#4A085B

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

Shades of Scarlet Gum #4A085B

Tints of Scarlet Gum #4A085B

Color information

#4A085B (or 0x4A085B) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 08 and 5B. RGB value is (74,8,91). Sum of RGB (Red+Green+Blue) = 74+8+91=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A085B is #B5F7A4. Grayscale: #242424. Windows color (decimal): -11925413 or 5965898. OLE color: 5965898.

HSL color Cylindrical-coordinate representation of color #4A085B: hue angle of 287.71º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A085B is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB74891-
CMYK0.190.9100.64
HSL287.71º83.84%19.41%-
HSV(B)287.71º91.21%35.69%-
XYZ4.82.3810.1-
YUV37.2158.37154.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.77%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=42.77%
G=4.62%
B=52.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal748910.190.9100.64287.7183.8419.41
Hex4A85B135B0401205413
Octal1121013323133010044012423
Binary10010101000101101110011101101101000000100100000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,8,91); }

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

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

 a { background-color: rgb(74,8,91); }

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

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

 span { border-color: rgb(74,8,91); }

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