Html Css Color HEX #4C5349 Battleship Grey

📋 copy color: '#4C5349'

red 76 ◦ green 83 ◦ blue 73

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

Shades of Battleship Grey #4C5349

Tints of Battleship Grey #4C5349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

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

R = 32.76%
G = 35.78%
B = 31.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#4C5349 (or 0x4C5349) is known color: Battleship Grey. HEX triplet: 4C, 53 and 49. RGB value is (76,83,73). Sum of RGB (Red+Green+Blue) = 76+83+73=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5349 is #B3ACB6. Grayscale: #4F4F4F. Windows color (decimal): -11775159 or 4805452. OLE color: 4805452.

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

Color convert

RGB 76 83 73 -
CMYK 0.08 0 0.12 0.67
HSL 102º 0.06% 0.31% -
HSV(B) 102º 0.12% 0.33% -
XYZ 7.28 8.2 7.5 -
YUV 79.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 76 83 73 0.08 0 0.12 0.67 102 0.06 0.31
Hex 4C 53 49 8 0 C 43 66 6 1F
Octal 114 123 111 10 0 14 103 146 6 37
Binary 1001100 1010011 1001001 1000 0 1100 1000011 1100110 110 11111

Color Harmonies of #4C5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5349

Black with #4C5349

Text Example


Text Example

White with #4C5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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