Html Css Color HEX #4A095D Scarlet Gum

📋 copy color: '#4A095D'

red 74 ◦ green 9 ◦ blue 93

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

Shades of Scarlet Gum #4A095D

Tints of Scarlet Gum #4A095D

RGB

 RED value IS 74 (29.3% 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 value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 74 9 93 -
CMYK 0.20 0.90 0 0.64
HSL 286.43º 0.82% 0.2% -
HSV(B) 286.43º 0.9% 0.36% -
XYZ 4.9 2.44 10.57 -
YUV 38.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 74 9 93 0.20 0.90 0 0.64 286.43 0.82 0.2
Hex 4A 9 5D 14 5A 0 40 11E 52 14
Octal 112 11 135 24 132 0 100 436 122 24
Binary 1001010 1001 1011101 10100 1011010 0 1000000 100011110 1010010 10100

Color Harmonies of #4A095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A095D

Black with #4A095D

Text Example


Text Example

White with #4A095D

Text Example


Text Example

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