Html Css Color HEX #4A2D59 Scarlet Gum

📋 copy color: '#4A2D59'

red 74 ◦ green 45 ◦ blue 89

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

Shades of Scarlet Gum #4A2D59

Tints of Scarlet Gum #4A2D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.63%

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

R = 35.58%
G = 21.63%
B = 42.79%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A2D59 (or 0x4A2D59) is known color: Scarlet Gum. HEX triplet: 4A, 2D and 59. RGB value is (74,45,89). Sum of RGB (Red+Green+Blue) = 74+45+89=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A2D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2D59 is #B5D2A6. Grayscale: #3A3A3A. Windows color (decimal): -11915943 or 5844298. OLE color: 5844298.

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

Color convert

RGB 74 45 89 -
CMYK 0.17 0.49 0 0.65
HSL 279.55º 0.33% 0.26% -
HSV(B) 279.55º 0.49% 0.35% -
XYZ 5.57 4.05 9.94 -
YUV 58.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 74 45 89 0.17 0.49 0 0.65 279.55 0.33 0.26
Hex 4A 2D 59 11 31 0 41 118 21 1A
Octal 112 55 131 21 61 0 101 430 41 32
Binary 1001010 101101 1011001 10001 110001 0 1000001 100011000 100001 11010

Color Harmonies of #4A2D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2D59

Black with #4A2D59

Text Example


Text Example

White with #4A2D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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