Html Css Color HEX #4A275B Scarlet Gum

📋 copy color: '#4A275B'

red 74 ◦ green 39 ◦ blue 91

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

Shades of Scarlet Gum #4A275B

Tints of Scarlet Gum #4A275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.12%

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

R = 36.27%
G = 19.12%
B = 44.61%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A275B (or 0x4A275B) is known color: Scarlet Gum. HEX triplet: 4A, 27 and 5B. RGB value is (74,39,91). Sum of RGB (Red+Green+Blue) = 74+39+91=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A275B is #B5D8A4. Grayscale: #373737. Windows color (decimal): -11917477 or 5973834. OLE color: 5973834.

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

Color convert

RGB 74 39 91 -
CMYK 0.19 0.57 0 0.64
HSL 280.38º 0.4% 0.25% -
HSV(B) 280.38º 0.57% 0.36% -
XYZ 5.44 3.66 10.32 -
YUV 55.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 74 39 91 0.19 0.57 0 0.64 280.38 0.4 0.25
Hex 4A 27 5B 13 39 0 40 118 28 19
Octal 112 47 133 23 71 0 100 430 50 31
Binary 1001010 100111 1011011 10011 111001 0 1000000 100011000 101000 11001

Color Harmonies of #4A275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A275B

Black with #4A275B

Text Example


Text Example

White with #4A275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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