Html Css Color HEX #4B095D Scarlet Gum

📋 copy color: '#4B095D'

red 75 ◦ green 9 ◦ blue 93

#4B095D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4B095D

Tints of Scarlet Gum #4B095D

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 value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B095D (or 0x4B095D) is known color: 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

RGB 75 9 93 -
CMYK 0.19 0.90 0 0.64
HSL 287.14º 0.82% 0.2% -
HSV(B) 287.14º 0.9% 0.36% -
XYZ 4.98 2.48 10.57 -
YUV 38.31 158.87 154.17 -
System Red Green Blue C M Y K H S L
Decimal 75 9 93 0.19 0.90 0 0.64 287.14 0.82 0.2
Hex 4B 9 5D 13 5A 0 40 11F 52 14
Octal 113 11 135 23 132 0 100 437 122 24
Binary 1001011 1001 1011101 10011 1011010 0 1000000 100011111 1010010 10100

Color Harmonies of #4B095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B095D

Black with #4B095D

Text Example


Text Example

White with #4B095D

Text Example


Text Example

HTML Codes & Css Web 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>