Html Css Color HEX #4A2359 Scarlet Gum

📋 copy color: '#4A2359'

red 74 ◦ green 35 ◦ blue 89

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

Shades of Scarlet Gum #4A2359

Tints of Scarlet Gum #4A2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

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

R = 37.37%
G = 17.68%
B = 44.95%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A2359 (or 0x4A2359) is known color: Scarlet Gum. HEX triplet: 4A, 23 and 59. RGB value is (74,35,89). Sum of RGB (Red+Green+Blue) = 74+35+89=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A2359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2359 is #B5DCA6. Grayscale: #343434. Windows color (decimal): -11918503 or 5841738. OLE color: 5841738.

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

Color convert

RGB 74 35 89 -
CMYK 0.17 0.61 0 0.65
HSL 283.33º 0.44% 0.24% -
HSV(B) 283.33º 0.61% 0.35% -
XYZ 5.23 3.38 9.83 -
YUV 52.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 74 35 89 0.17 0.61 0 0.65 283.33 0.44 0.24
Hex 4A 23 59 11 3D 0 41 11B 2C 18
Octal 112 43 131 21 75 0 101 433 54 30
Binary 1001010 100011 1011001 10001 111101 0 1000001 100011011 101100 11000

Color Harmonies of #4A2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2359

Black with #4A2359

Text Example


Text Example

White with #4A2359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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