Html Css Color HEX #4A3D55 Scarlet Gum

📋 copy color: '#4A3D55'

red 74 ◦ green 61 ◦ blue 85

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

Shades of Scarlet Gum #4A3D55

Tints of Scarlet Gum #4A3D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 33.64%
G = 27.73%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A3D55 (or 0x4A3D55) is known color: Scarlet Gum. HEX triplet: 4A, 3D and 55. RGB value is (74,61,85). Sum of RGB (Red+Green+Blue) = 74+61+85=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A3D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3D55 is #B5C2AA. Grayscale: #434343. Windows color (decimal): -11911851 or 5586250. OLE color: 5586250.

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

Color convert

RGB 74 61 85 -
CMYK 0.13 0.28 0 0.67
HSL 272.5º 0.16% 0.29% -
HSV(B) 272.5º 0.28% 0.33% -
XYZ 6.13 5.45 9.32 -
YUV 67.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 74 61 85 0.13 0.28 0 0.67 272.5 0.16 0.29
Hex 4A 3D 55 D 1C 0 43 110 10 1D
Octal 112 75 125 15 34 0 103 420 20 35
Binary 1001010 111101 1010101 1101 11100 0 1000011 100010000 10000 11101

Color Harmonies of #4A3D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3D55

Black with #4A3D55

Text Example


Text Example

White with #4A3D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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