Html Css Color HEX #484743 Merlin

📋 copy color: '#484743'

red 72 ◦ green 71 ◦ blue 67

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

Shades of Merlin #484743

Tints of Merlin #484743

RGB

 RED value IS 72 (28.52% from 255) = 34.29%

 GREEN value IS 71 (28.13% from 255) = 33.81%

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

R = 34.29%
G = 33.81%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#484743 (or 0x484743) is known color: Merlin. HEX triplet: 48, 47 and 43. RGB value is (72,71,67). Sum of RGB (Red+Green+Blue) = 72+71+67=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 72 - color contains mainly: red. Hex color #484743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484743 is #B7B8BC. Grayscale: #464646. Windows color (decimal): -12040381 or 4409160. OLE color: 4409160.

HSL color Cylindrical-coordinate representation of color #484743: hue angle of 48º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #484743 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 71 67 -
CMYK 0 0.01 0.07 0.72
HSL 48º 0.04% 0.27% -
HSV(B) 48º 0.07% 0.28% -
XYZ 5.94 6.29 6.21 -
YUV 70.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 72 71 67 0 0.01 0.07 0.72 48 0.04 0.27
Hex 48 47 43 0 1 7 48 30 4 1B
Octal 110 107 103 0 1 7 110 60 4 33
Binary 1001000 1000111 1000011 0 1 111 1001000 110000 100 11011

Color Harmonies of #484743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484743

Black with #484743

Text Example


Text Example

White with #484743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484743; }

 p { color: rgb(72,71,67); }

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

background-color css

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

 a { background-color: rgb(72,71,67); }

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

border-color css

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

 span { border-color: rgb(72,71,67); }

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