Html Css Color HEX #4C5548 Battleship Grey

📋 copy color: '#4C5548'

red 76 ◦ green 85 ◦ blue 72

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

Shades of Battleship Grey #4C5548

Tints of Battleship Grey #4C5548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.9%

R = 32.62%
G = 36.48%
B = 30.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#4C5548 (or 0x4C5548) is known color: Battleship Grey. HEX triplet: 4C, 55 and 48. RGB value is (76,85,72). Sum of RGB (Red+Green+Blue) = 76+85+72=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5548 is #B3AAB7. Grayscale: #505050. Windows color (decimal): -11774648 or 4740428. OLE color: 4740428.

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

Color convert

RGB 76 85 72 -
CMYK 0.11 0 0.15 0.67
HSL 101.54º 0.08% 0.31% -
HSV(B) 101.54º 0.15% 0.33% -
XYZ 7.4 8.5 7.38 -
YUV 80.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 76 85 72 0.11 0 0.15 0.67 101.54 0.08 0.31
Hex 4C 55 48 B 0 F 43 66 8 1F
Octal 114 125 110 13 0 17 103 146 10 37
Binary 1001100 1010101 1001000 1011 0 1111 1000011 1100110 1000 11111

Color Harmonies of #4C5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5548

Black with #4C5548

Text Example


Text Example

White with #4C5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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