Html Css Color HEX #4A2061 Scarlet Gum

📋 copy color: '#4A2061'

red 74 ◦ green 32 ◦ blue 97

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

Shades of Scarlet Gum #4A2061

Tints of Scarlet Gum #4A2061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 36.45%
G = 15.76%
B = 47.78%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A2061 (or 0x4A2061) is known color: Scarlet Gum. HEX triplet: 4A, 20 and 61. RGB value is (74,32,97). Sum of RGB (Red+Green+Blue) = 74+32+97=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2061 is #B5DF9E. Grayscale: #333333. Windows color (decimal): -11919263 or 6365258. OLE color: 6365258.

HSL color Cylindrical-coordinate representation of color #4A2061: hue angle of 278.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A2061 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 32 97 -
CMYK 0.24 0.67 0 0.62
HSL 278.77º 0.5% 0.25% -
HSV(B) 278.77º 0.67% 0.38% -
XYZ 5.5 3.35 11.67 -
YUV 51.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 74 32 97 0.24 0.67 0 0.62 278.77 0.5 0.25
Hex 4A 20 61 18 43 0 3E 117 32 19
Octal 112 40 141 30 103 0 76 427 62 31
Binary 1001010 100000 1100001 11000 1000011 0 111110 100010111 110010 11001

Color Harmonies of #4A2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2061

Black with #4A2061

Text Example


Text Example

White with #4A2061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,32,97); }

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

background-color css

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

 a { background-color: rgb(74,32,97); }

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

border-color css

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

 span { border-color: rgb(74,32,97); }

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