Html Css Color HEX #4A275E Scarlet Gum

📋 copy color: '#4A275E'

red 74 ◦ green 39 ◦ blue 94

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

Shades of Scarlet Gum #4A275E

Tints of Scarlet Gum #4A275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 35.75%
G = 18.84%
B = 45.41%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A275E (or 0x4A275E) is known color: Scarlet Gum. HEX triplet: 4A, 27 and 5E. RGB value is (74,39,94). Sum of RGB (Red+Green+Blue) = 74+39+94=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A275E is #B5D8A1. Grayscale: #373737. Windows color (decimal): -11917474 or 6170442. OLE color: 6170442.

HSL color Cylindrical-coordinate representation of color #4A275E: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A275E is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 39 94 -
CMYK 0.21 0.59 0 0.63
HSL 278.18º 0.41% 0.26% -
HSV(B) 278.18º 0.59% 0.37% -
XYZ 5.57 3.72 11.01 -
YUV 55.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 74 39 94 0.21 0.59 0 0.63 278.18 0.41 0.26
Hex 4A 27 5E 15 3B 0 3F 116 29 1A
Octal 112 47 136 25 73 0 77 426 51 32
Binary 1001010 100111 1011110 10101 111011 0 111111 100010110 101001 11010

Color Harmonies of #4A275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A275E

Black with #4A275E

Text Example


Text Example

White with #4A275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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