#4B095D

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

Shades of Scarlet Gum #4B095D

Tints of Scarlet Gum #4B095D

Color information

#4B095D (or 0x4B095D) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 09 and 5D. RGB value is (75,9,93). Sum of RGB (Red+Green+Blue) = 75+9+93=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B095D is #B4F6A2. Grayscale: #262626. Windows color (decimal): -11859619 or 6097227. OLE color: 6097227.

HSL color Cylindrical-coordinate representation of color #4B095D: hue angle of 287.14º 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 #4B095D is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB75993-
CMYK0.190.9000.64
HSL287.14º82.35%20%-
HSV(B)287.14º90.32%36.47%-
XYZ4.982.4810.57-
YUV38.31158.87154.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=42.37%
G=5.08%
B=52.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal759930.190.9000.64287.1482.3520
Hex4B95D135A04011f5214
Octal1131113523132010043712224
Binary10010111001101110110011101101001000000100011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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