Html Css Color HEX #484741 Merlin

📋 copy color: '#484741'

red 72 ◦ green 71 ◦ blue 65

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

Shades of Merlin #484741

Tints of Merlin #484741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 34.62%
G = 34.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#484741 (or 0x484741) is known color: Merlin. HEX triplet: 48, 47 and 41. RGB value is (72,71,65). Sum of RGB (Red+Green+Blue) = 72+71+65=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 72 - color contains mainly: red. Hex color #484741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484741 is #B7B8BE. Grayscale: #464646. Windows color (decimal): -12040383 or 4278088. OLE color: 4278088.

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

Color convert

RGB 72 71 65 -
CMYK 0 0.01 0.10 0.72
HSL 51.43º 0.05% 0.27% -
HSV(B) 51.43º 0.1% 0.28% -
XYZ 5.88 6.27 5.9 -
YUV 70.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 72 71 65 0 0.01 0.10 0.72 51.43 0.05 0.27
Hex 48 47 41 0 1 A 48 33 5 1B
Octal 110 107 101 0 1 12 110 63 5 33
Binary 1001000 1000111 1000001 0 1 1010 1001000 110011 101 11011

Color Harmonies of #484741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484741

Black with #484741

Text Example


Text Example

White with #484741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484741; }

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

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

background-color css

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

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

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

border-color css

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

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

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