Html Css Color HEX #4A305C Scarlet Gum

📋 copy color: '#4A305C'

red 74 ◦ green 48 ◦ blue 92

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

Shades of Scarlet Gum #4A305C

Tints of Scarlet Gum #4A305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.99%

R = 34.58%
G = 22.43%
B = 42.99%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A305C (or 0x4A305C) is known color: Scarlet Gum. HEX triplet: 4A, 30 and 5C. RGB value is (74,48,92). Sum of RGB (Red+Green+Blue) = 74+48+92=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A305C is #B5CFA3. Grayscale: #3C3C3C. Windows color (decimal): -11915172 or 6041674. OLE color: 6041674.

HSL color Cylindrical-coordinate representation of color #4A305C: hue angle of 275.45º degrees, saturation: 0.31, 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 #4A305C is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 48 92 -
CMYK 0.20 0.48 0 0.64
HSL 275.45º 0.31% 0.27% -
HSV(B) 275.45º 0.48% 0.36% -
XYZ 5.81 4.34 10.66 -
YUV 60.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 74 48 92 0.20 0.48 0 0.64 275.45 0.31 0.27
Hex 4A 30 5C 14 30 0 40 113 1F 1B
Octal 112 60 134 24 60 0 100 423 37 33
Binary 1001010 110000 1011100 10100 110000 0 1000000 100010011 11111 11011

Color Harmonies of #4A305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A305C

Black with #4A305C

Text Example


Text Example

White with #4A305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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