#4A095D

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

Shades of Scarlet Gum #4A095D

Tints of Scarlet Gum #4A095D

Color information

#4A095D (or 0x4A095D) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 09 and 5D. RGB value is (74,9,93). Sum of RGB (Red+Green+Blue) = 74+9+93=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A095D is #B5F6A2. Grayscale: #252525. Windows color (decimal): -11925155 or 6097226. OLE color: 6097226.

HSL color Cylindrical-coordinate representation of color #4A095D: hue angle of 286.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A095D is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB74993-
CMYK0.200.9000.64
HSL286.43º82.35%20%-
HSV(B)286.43º90.32%36.47%-
XYZ4.92.4410.57-
YUV38.01159.03153.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.05%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=42.05%
G=5.11%
B=52.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal749930.200.9000.64286.4382.3520
Hex4A95D145A04011e5214
Octal1121113524132010043612224
Binary10010101001101110110100101101001000000100011110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,9,93); }

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

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

 a { background-color: rgb(74,9,93); }

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

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

 span { border-color: rgb(74,9,93); }

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