Html Css Color HEX #4A483E Merlin

📋 copy color: '#4A483E'

red 74 ◦ green 72 ◦ blue 62

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

Shades of Merlin #4A483E

Tints of Merlin #4A483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 35.58%
G = 34.62%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4A483E (or 0x4A483E) is known color: Merlin. HEX triplet: 4A, 48 and 3E. RGB value is (74,72,62). Sum of RGB (Red+Green+Blue) = 74+72+62=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 74 - color contains mainly: red. Hex color #4A483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A483E is #B5B7C1. Grayscale: #474747. Windows color (decimal): -11909058 or 4081738. OLE color: 4081738.

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

Color convert

RGB 74 72 62 -
CMYK 0 0.03 0.16 0.71
HSL 50º 0.09% 0.27% -
HSV(B) 50º 0.16% 0.29% -
XYZ 6.01 6.44 5.48 -
YUV 71.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 74 72 62 0 0.03 0.16 0.71 50 0.09 0.27
Hex 4A 48 3E 0 3 10 47 32 9 1B
Octal 112 110 76 0 3 20 107 62 11 33
Binary 1001010 1001000 111110 0 11 10000 1000111 110010 1001 11011

Color Harmonies of #4A483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A483E

Black with #4A483E

Text Example


Text Example

White with #4A483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,72,62); }

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

background-color css

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

 a { background-color: rgb(74,72,62); }

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

border-color css

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

 span { border-color: rgb(74,72,62); }

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