Html Css Color HEX #4C5549 Battleship Grey

📋 copy color: '#4C5549'

red 76 ◦ green 85 ◦ blue 73

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

Shades of Battleship Grey #4C5549

Tints of Battleship Grey #4C5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.32%

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

R = 32.48%
G = 36.32%
B = 31.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#4C5549 (or 0x4C5549) is known color: Battleship Grey. HEX triplet: 4C, 55 and 49. RGB value is (76,85,73). Sum of RGB (Red+Green+Blue) = 76+85+73=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5549 is #B3AAB6. Grayscale: #505050. Windows color (decimal): -11774647 or 4805964. OLE color: 4805964.

HSL color Cylindrical-coordinate representation of color #4C5549: hue angle of 105º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C5549 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 85 73 -
CMYK 0.11 0 0.14 0.67
HSL 105º 0.08% 0.31% -
HSV(B) 105º 0.14% 0.33% -
XYZ 7.43 8.51 7.56 -
YUV 80.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 76 85 73 0.11 0 0.14 0.67 105 0.08 0.31
Hex 4C 55 49 B 0 E 43 69 8 1F
Octal 114 125 111 13 0 16 103 151 10 37
Binary 1001100 1010101 1001001 1011 0 1110 1000011 1101001 1000 11111

Color Harmonies of #4C5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5549

Black with #4C5549

Text Example


Text Example

White with #4C5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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