Html Css Color HEX #4C5849 Battleship Grey

📋 copy color: '#4C5849'

red 76 ◦ green 88 ◦ blue 73

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

Shades of Battleship Grey #4C5849

Tints of Battleship Grey #4C5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

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

R = 32.07%
G = 37.13%
B = 30.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#4C5849 (or 0x4C5849) is known color: Battleship Grey. HEX triplet: 4C, 58 and 49. RGB value is (76,88,73). Sum of RGB (Red+Green+Blue) = 76+88+73=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5849 is #B3A7B6. Grayscale: #525252. Windows color (decimal): -11773879 or 4806732. OLE color: 4806732.

HSL color Cylindrical-coordinate representation of color #4C5849: hue angle of 108º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C5849 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 88 73 -
CMYK 0.14 0 0.17 0.65
HSL 108º 0.09% 0.32% -
HSV(B) 108º 0.17% 0.35% -
XYZ 7.67 9 7.64 -
YUV 82.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 76 88 73 0.14 0 0.17 0.65 108 0.09 0.32
Hex 4C 58 49 E 0 11 41 6C 9 20
Octal 114 130 111 16 0 21 101 154 11 40
Binary 1001100 1011000 1001001 1110 0 10001 1000001 1101100 1001 100000

Color Harmonies of #4C5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5849

Black with #4C5849

Text Example


Text Example

White with #4C5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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