Html Css Color HEX #4A3D54 Scarlet Gum

📋 copy color: '#4A3D54'

red 74 ◦ green 61 ◦ blue 84

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

Shades of Scarlet Gum #4A3D54

Tints of Scarlet Gum #4A3D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

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

R = 33.79%
G = 27.85%
B = 38.36%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A3D54 (or 0x4A3D54) is known color: Scarlet Gum. HEX triplet: 4A, 3D and 54. RGB value is (74,61,84). Sum of RGB (Red+Green+Blue) = 74+61+84=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A3D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3D54 is #B5C2AB. Grayscale: #434343. Windows color (decimal): -11911852 or 5520714. OLE color: 5520714.

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

Color convert

RGB 74 61 84 -
CMYK 0.12 0.27 0 0.67
HSL 273.91º 0.16% 0.28% -
HSV(B) 273.91º 0.27% 0.33% -
XYZ 6.09 5.43 9.12 -
YUV 67.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 74 61 84 0.12 0.27 0 0.67 273.91 0.16 0.28
Hex 4A 3D 54 C 1B 0 43 112 10 1C
Octal 112 75 124 14 33 0 103 422 20 34
Binary 1001010 111101 1010100 1100 11011 0 1000011 100010010 10000 11100

Color Harmonies of #4A3D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3D54

Black with #4A3D54

Text Example


Text Example

White with #4A3D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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