#4A0B58

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

Shades of Scarlet Gum #4A0B58

Tints of Scarlet Gum #4A0B58

Color information

#4A0B58 (or 0x4A0B58) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 0B and 58. RGB value is (74,11,88). Sum of RGB (Red+Green+Blue) = 74+11+88=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A0B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0B58 is #B5F4A7. Grayscale: #262626. Windows color (decimal): -11924648 or 5770058. OLE color: 5770058.

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

Color convert

RGB741188-
CMYK0.160.8800.65
HSL289.09º77.78%19.41%-
HSV(B)289.09º87.5%34.51%-
XYZ4.712.49.45-
YUV38.61155.87153.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.77%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=42.77%
G=6.36%
B=50.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7411880.160.8800.65289.0977.7819.41
Hex4AB5810580411214e13
Octal1121313020130010144111623
Binary10010101011101100010000101100001000001100100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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