Html Css Color HEX #4A055B Scarlet Gum

📋 copy color: '#4A055B'

red 74 ◦ green 5 ◦ blue 91

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

Shades of Scarlet Gum #4A055B

Tints of Scarlet Gum #4A055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 43.53%
G = 2.94%
B = 53.53%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A055B (or 0x4A055B) is known color: Scarlet Gum. HEX triplet: 4A, 05 and 5B. RGB value is (74,5,91). Sum of RGB (Red+Green+Blue) = 74+5+91=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A055B is #B5FAA4. Grayscale: #232323. Windows color (decimal): -11926181 or 5965130. OLE color: 5965130.

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

Color convert

RGB 74 5 91 -
CMYK 0.19 0.95 0 0.64
HSL 288.14º 0.9% 0.19% -
HSV(B) 288.14º 0.95% 0.36% -
XYZ 4.77 2.32 10.09 -
YUV 35.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 74 5 91 0.19 0.95 0 0.64 288.14 0.9 0.19
Hex 4A 5 5B 13 5F 0 40 120 5A 13
Octal 112 5 133 23 137 0 100 440 132 23
Binary 1001010 101 1011011 10011 1011111 0 1000000 100100000 1011010 10011

Color Harmonies of #4A055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A055B

Black with #4A055B

Text Example


Text Example

White with #4A055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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