Html Css Color HEX #4A3454 Scarlet Gum

📋 copy color: '#4A3454'

red 74 ◦ green 52 ◦ blue 84

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

Shades of Scarlet Gum #4A3454

Tints of Scarlet Gum #4A3454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 84 (33.2% from 255) = 40%

R = 35.24%
G = 24.76%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A3454 (or 0x4A3454) is known color: Scarlet Gum. HEX triplet: 4A, 34 and 54. RGB value is (74,52,84). Sum of RGB (Red+Green+Blue) = 74+52+84=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A3454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3454 is #B5CBAB. Grayscale: #3E3E3E. Windows color (decimal): -11914156 or 5518410. OLE color: 5518410.

HSL color Cylindrical-coordinate representation of color #4A3454: hue angle of 281.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A3454 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 52 84 -
CMYK 0.12 0.38 0 0.67
HSL 281.25º 0.24% 0.27% -
HSV(B) 281.25º 0.38% 0.33% -
XYZ 5.65 4.55 8.97 -
YUV 62.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 74 52 84 0.12 0.38 0 0.67 281.25 0.24 0.27
Hex 4A 34 54 C 26 0 43 119 18 1B
Octal 112 64 124 14 46 0 103 431 30 33
Binary 1001010 110100 1010100 1100 100110 0 1000011 100011001 11000 11011

Color Harmonies of #4A3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3454

Black with #4A3454

Text Example


Text Example

White with #4A3454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,84); }

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

background-color css

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

 a { background-color: rgb(74,52,84); }

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

border-color css

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

 span { border-color: rgb(74,52,84); }

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