Html Css Color HEX #4A195F Scarlet Gum

📋 copy color: '#4A195F'

red 74 ◦ green 25 ◦ blue 95

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

Shades of Scarlet Gum #4A195F

Tints of Scarlet Gum #4A195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 38.14%
G = 12.89%
B = 48.97%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A195F (or 0x4A195F) is known color: Scarlet Gum. HEX triplet: 4A, 19 and 5F. RGB value is (74,25,95). Sum of RGB (Red+Green+Blue) = 74+25+95=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A195F is #B5E6A0. Grayscale: #2F2F2F. Windows color (decimal): -11921057 or 6232394. OLE color: 6232394.

HSL color Cylindrical-coordinate representation of color #4A195F: hue angle of 282º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A195F is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 25 95 -
CMYK 0.22 0.74 0 0.63
HSL 282º 0.58% 0.24% -
HSV(B) 282º 0.74% 0.37% -
XYZ 5.24 2.98 11.13 -
YUV 47.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 74 25 95 0.22 0.74 0 0.63 282 0.58 0.24
Hex 4A 19 5F 16 4A 0 3F 11A 3A 18
Octal 112 31 137 26 112 0 77 432 72 30
Binary 1001010 11001 1011111 10110 1001010 0 111111 100011010 111010 11000

Color Harmonies of #4A195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A195F

Black with #4A195F

Text Example


Text Example

White with #4A195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,95); }

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

background-color css

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

 a { background-color: rgb(74,25,95); }

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

border-color css

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

 span { border-color: rgb(74,25,95); }

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