Html Css Color HEX #4C504A Battleship Grey

📋 copy color: '#4C504A'

red 76 ◦ green 80 ◦ blue 74

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

Shades of Battleship Grey #4C504A

Tints of Battleship Grey #4C504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 33.04%
G = 34.78%
B = 32.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4C504A (or 0x4C504A) is known color: Battleship Grey. HEX triplet: 4C, 50 and 4A. RGB value is (76,80,74). Sum of RGB (Red+Green+Blue) = 76+80+74=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 80 - color contains mainly: green. Hex color #4C504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C504A is #B3AFB5. Grayscale: #4E4E4E. Windows color (decimal): -11775926 or 4870220. OLE color: 4870220.

HSL color Cylindrical-coordinate representation of color #4C504A: hue angle of 100º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4C504A is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 80 74 -
CMYK 0.05 0 0.08 0.69
HSL 100º 0.04% 0.3% -
HSV(B) 100º 0.07% 0.31% -
XYZ 7.09 7.77 7.6 -
YUV 78.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 76 80 74 0.05 0 0.08 0.69 100 0.04 0.3
Hex 4C 50 4A 5 0 8 45 64 4 1E
Octal 114 120 112 5 0 10 105 144 4 36
Binary 1001100 1010000 1001010 101 0 1000 1000101 1100100 100 11110

Color Harmonies of #4C504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C504A

Black with #4C504A

Text Example


Text Example

White with #4C504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,80,74); }

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

background-color css

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

 a { background-color: rgb(76,80,74); }

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

border-color css

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

 span { border-color: rgb(76,80,74); }

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