Html Css Color HEX #4A035B Scarlet Gum

📋 copy color: '#4A035B'

red 74 ◦ green 3 ◦ blue 91

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

Shades of Scarlet Gum #4A035B

Tints of Scarlet Gum #4A035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 44.05%
G = 1.79%
B = 54.17%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A035B (or 0x4A035B) is known color: Scarlet Gum. HEX triplet: 4A, 03 and 5B. RGB value is (74,3,91). Sum of RGB (Red+Green+Blue) = 74+3+91=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A035B is #B5FCA4. Grayscale: #212121. Windows color (decimal): -11926693 or 5964618. OLE color: 5964618.

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

Color convert

RGB 74 3 91 -
CMYK 0.19 0.97 0 0.64
HSL 288.41º 0.94% 0.18% -
HSV(B) 288.41º 0.97% 0.36% -
XYZ 4.74 2.28 10.09 -
YUV 34.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 74 3 91 0.19 0.97 0 0.64 288.41 0.94 0.18
Hex 4A 3 5B 13 61 0 40 120 5E 12
Octal 112 3 133 23 141 0 100 440 136 22
Binary 1001010 11 1011011 10011 1100001 0 1000000 100100000 1011110 10010

Color Harmonies of #4A035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A035B

Black with #4A035B

Text Example


Text Example

White with #4A035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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