Html Css Color HEX #4A4943 Merlin

📋 copy color: '#4A4943'

red 74 ◦ green 73 ◦ blue 67

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

Shades of Merlin #4A4943

Tints of Merlin #4A4943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 67 (26.56% from 255) = 31.31%

R = 34.58%
G = 34.11%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#4A4943 (or 0x4A4943) is known color: Merlin. HEX triplet: 4A, 49 and 43. RGB value is (74,73,67). Sum of RGB (Red+Green+Blue) = 74+73+67=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4943 is #B5B6BC. Grayscale: #484848. Windows color (decimal): -11908797 or 4409674. OLE color: 4409674.

HSL color Cylindrical-coordinate representation of color #4A4943: hue angle of 51.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A4943 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 73 67 -
CMYK 0 0.01 0.09 0.71
HSL 51.43º 0.05% 0.28% -
HSV(B) 51.43º 0.09% 0.29% -
XYZ 6.22 6.63 6.26 -
YUV 72.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 74 73 67 0 0.01 0.09 0.71 51.43 0.05 0.28
Hex 4A 49 43 0 1 9 47 33 5 1C
Octal 112 111 103 0 1 11 107 63 5 34
Binary 1001010 1001001 1000011 0 1 1001 1000111 110011 101 11100

Color Harmonies of #4A4943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4943

Black with #4A4943

Text Example


Text Example

White with #4A4943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,73,67); }

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

background-color css

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

 a { background-color: rgb(74,73,67); }

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

border-color css

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

 span { border-color: rgb(74,73,67); }

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