Html Css Color HEX #4A135B Scarlet Gum

📋 copy color: '#4A135B'

red 74 ◦ green 19 ◦ blue 91

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

Shades of Scarlet Gum #4A135B

Tints of Scarlet Gum #4A135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 40.22%
G = 10.33%
B = 49.46%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A135B (or 0x4A135B) is known color: Scarlet Gum. HEX triplet: 4A, 13 and 5B. RGB value is (74,19,91). Sum of RGB (Red+Green+Blue) = 74+19+91=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A135B is #B5ECA4. Grayscale: #2B2B2B. Windows color (decimal): -11922597 or 5968714. OLE color: 5968714.

HSL color Cylindrical-coordinate representation of color #4A135B: hue angle of 285.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A135B is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 19 91 -
CMYK 0.19 0.79 0 0.64
HSL 285.83º 0.65% 0.22% -
HSV(B) 285.83º 0.79% 0.36% -
XYZ 4.95 2.68 10.15 -
YUV 43.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 74 19 91 0.19 0.79 0 0.64 285.83 0.65 0.22
Hex 4A 13 5B 13 4F 0 40 11E 41 16
Octal 112 23 133 23 117 0 100 436 101 26
Binary 1001010 10011 1011011 10011 1001111 0 1000000 100011110 1000001 10110

Color Harmonies of #4A135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A135B

Black with #4A135B

Text Example


Text Example

White with #4A135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,19,91); }

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

background-color css

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

 a { background-color: rgb(74,19,91); }

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

border-color css

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

 span { border-color: rgb(74,19,91); }

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