Html Css Color HEX #4A305E Scarlet Gum

📋 copy color: '#4A305E'

red 74 ◦ green 48 ◦ blue 94

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

Shades of Scarlet Gum #4A305E

Tints of Scarlet Gum #4A305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 34.26%
G = 22.22%
B = 43.52%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A305E (or 0x4A305E) is known color: Scarlet Gum. HEX triplet: 4A, 30 and 5E. RGB value is (74,48,94). Sum of RGB (Red+Green+Blue) = 74+48+94=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A305E is #B5CFA1. Grayscale: #3C3C3C. Windows color (decimal): -11915170 or 6172746. OLE color: 6172746.

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

Color convert

RGB 74 48 94 -
CMYK 0.21 0.49 0 0.63
HSL 273.91º 0.32% 0.28% -
HSV(B) 273.91º 0.49% 0.37% -
XYZ 5.9 4.38 11.12 -
YUV 61.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 74 48 94 0.21 0.49 0 0.63 273.91 0.32 0.28
Hex 4A 30 5E 15 31 0 3F 112 20 1C
Octal 112 60 136 25 61 0 77 422 40 34
Binary 1001010 110000 1011110 10101 110001 0 111111 100010010 100000 11100

Color Harmonies of #4A305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A305E

Black with #4A305E

Text Example


Text Example

White with #4A305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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