Html Css Color HEX #4C5249 Battleship Grey

📋 copy color: '#4C5249'

red 76 ◦ green 82 ◦ blue 73

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

Shades of Battleship Grey #4C5249

Tints of Battleship Grey #4C5249

RGB

 RED value IS 76 (30.08% from 255) = 32.9%

 GREEN value IS 82 (32.42% from 255) = 35.5%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 32.9%
G = 35.5%
B = 31.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#4C5249 (or 0x4C5249) is known color: Battleship Grey. HEX triplet: 4C, 52 and 49. RGB value is (76,82,73). Sum of RGB (Red+Green+Blue) = 76+82+73=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #4C5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5249 is #B3ADB6. Grayscale: #4F4F4F. Windows color (decimal): -11775415 or 4805196. OLE color: 4805196.

HSL color Cylindrical-coordinate representation of color #4C5249: hue angle of 100º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C5249 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 82 73 -
CMYK 0.07 0 0.11 0.68
HSL 100º 0.06% 0.3% -
HSV(B) 100º 0.11% 0.32% -
XYZ 7.2 8.05 7.48 -
YUV 79.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 76 82 73 0.07 0 0.11 0.68 100 0.06 0.3
Hex 4C 52 49 7 0 B 44 64 6 1E
Octal 114 122 111 7 0 13 104 144 6 36
Binary 1001100 1010010 1001001 111 0 1011 1000100 1100100 110 11110

Color Harmonies of #4C5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5249

Black with #4C5249

Text Example


Text Example

White with #4C5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,73); }

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

background-color css

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

 a { background-color: rgb(76,82,73); }

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

border-color css

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

 span { border-color: rgb(76,82,73); }

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