Html Css Color HEX #4A2B59 Scarlet Gum

📋 copy color: '#4A2B59'

red 74 ◦ green 43 ◦ blue 89

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

Shades of Scarlet Gum #4A2B59

Tints of Scarlet Gum #4A2B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 35.92%
G = 20.87%
B = 43.2%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A2B59 (or 0x4A2B59) is known color: Scarlet Gum. HEX triplet: 4A, 2B and 59. RGB value is (74,43,89). Sum of RGB (Red+Green+Blue) = 74+43+89=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A2B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2B59 is #B5D4A6. Grayscale: #393939. Windows color (decimal): -11916455 or 5843786. OLE color: 5843786.

HSL color Cylindrical-coordinate representation of color #4A2B59: hue angle of 280.43º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A2B59 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 43 89 -
CMYK 0.17 0.52 0 0.65
HSL 280.43º 0.35% 0.26% -
HSV(B) 280.43º 0.52% 0.35% -
XYZ 5.49 3.9 9.92 -
YUV 57.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 74 43 89 0.17 0.52 0 0.65 280.43 0.35 0.26
Hex 4A 2B 59 11 34 0 41 118 23 1A
Octal 112 53 131 21 64 0 101 430 43 32
Binary 1001010 101011 1011001 10001 110100 0 1000001 100011000 100011 11010

Color Harmonies of #4A2B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2B59

Black with #4A2B59

Text Example


Text Example

White with #4A2B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,43,89); }

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

background-color css

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

 a { background-color: rgb(74,43,89); }

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

border-color css

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

 span { border-color: rgb(74,43,89); }

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