Html Css Color HEX #4A2F5B Scarlet Gum

📋 copy color: '#4A2F5B'

red 74 ◦ green 47 ◦ blue 91

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

Shades of Scarlet Gum #4A2F5B

Tints of Scarlet Gum #4A2F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

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

R = 34.91%
G = 22.17%
B = 42.92%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A2F5B (or 0x4A2F5B) is known color: Scarlet Gum. HEX triplet: 4A, 2F and 5B. RGB value is (74,47,91). Sum of RGB (Red+Green+Blue) = 74+47+91=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A2F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2F5B is #B5D0A4. Grayscale: #3B3B3B. Windows color (decimal): -11915429 or 5975882. OLE color: 5975882.

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

Color convert

RGB 74 47 91 -
CMYK 0.19 0.48 0 0.64
HSL 276.82º 0.32% 0.27% -
HSV(B) 276.82º 0.48% 0.36% -
XYZ 5.73 4.24 10.41 -
YUV 60.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 74 47 91 0.19 0.48 0 0.64 276.82 0.32 0.27
Hex 4A 2F 5B 13 30 0 40 115 20 1B
Octal 112 57 133 23 60 0 100 425 40 33
Binary 1001010 101111 1011011 10011 110000 0 1000000 100010101 100000 11011

Color Harmonies of #4A2F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2F5B

Black with #4A2F5B

Text Example


Text Example

White with #4A2F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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