Html Css Color HEX #4A095C Scarlet Gum

📋 copy color: '#4A095C'

red 74 ◦ green 9 ◦ blue 92

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

Shades of Scarlet Gum #4A095C

Tints of Scarlet Gum #4A095C

RGB

 RED value IS 74 (29.3% from 255) = 42.29%

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 42.29%
G = 5.14%
B = 52.57%

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

#4A095C (or 0x4A095C) is known color: Scarlet Gum. HEX triplet: 4A, 09 and 5C. RGB value is (74,9,92). Sum of RGB (Red+Green+Blue) = 74+9+92=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A095C is #B5F6A3. Grayscale: #252525. Windows color (decimal): -11925156 or 6031690. OLE color: 6031690.

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

Color convert

RGB 74 9 92 -
CMYK 0.20 0.90 0 0.64
HSL 286.99º 0.82% 0.2% -
HSV(B) 286.99º 0.9% 0.36% -
XYZ 4.85 2.42 10.34 -
YUV 37.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 74 9 92 0.20 0.90 0 0.64 286.99 0.82 0.2
Hex 4A 9 5C 14 5A 0 40 11F 52 14
Octal 112 11 134 24 132 0 100 437 122 24
Binary 1001010 1001 1011100 10100 1011010 0 1000000 100011111 1010010 10100

Color Harmonies of #4A095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A095C

Black with #4A095C

Text Example


Text Example

White with #4A095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A095C;
 }
 .AnyTagClassName
 {
   color: #4A095C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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