Html Css Color HEX #4A4050 Scarlet Gum

📋 copy color: '#4A4050'

red 74 ◦ green 64 ◦ blue 80

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

Shades of Scarlet Gum #4A4050

Tints of Scarlet Gum #4A4050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 33.94%
G = 29.36%
B = 36.7%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A4050 (or 0x4A4050) is known color: Scarlet Gum. HEX triplet: 4A, 40 and 50. RGB value is (74,64,80). Sum of RGB (Red+Green+Blue) = 74+64+80=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A4050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4050 is #B5BFAF. Grayscale: #444444. Windows color (decimal): -11911088 or 5259338. OLE color: 5259338.

HSL color Cylindrical-coordinate representation of color #4A4050: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A4050 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 64 80 -
CMYK 0.08 0.20 0 0.69
HSL 277.5º 0.11% 0.28% -
HSV(B) 277.5º 0.2% 0.31% -
XYZ 6.11 5.7 8.37 -
YUV 68.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 74 64 80 0.08 0.20 0 0.69 277.5 0.11 0.28
Hex 4A 40 50 8 14 0 45 116 B 1C
Octal 112 100 120 10 24 0 105 426 13 34
Binary 1001010 1000000 1010000 1000 10100 0 1000101 100010110 1011 11100

Color Harmonies of #4A4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4050

Black with #4A4050

Text Example


Text Example

White with #4A4050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,80); }

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

background-color css

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

 a { background-color: rgb(74,64,80); }

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

border-color css

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

 span { border-color: rgb(74,64,80); }

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