Html Css Color HEX #4C514B Battleship Grey

📋 copy color: '#4C514B'

red 76 ◦ green 81 ◦ blue 75

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

Shades of Battleship Grey #4C514B

Tints of Battleship Grey #4C514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 32.76%
G = 34.91%
B = 32.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#4C514B (or 0x4C514B) is known color: Battleship Grey. HEX triplet: 4C, 51 and 4B. RGB value is (76,81,75). Sum of RGB (Red+Green+Blue) = 76+81+75=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 81 - color contains mainly: green. Hex color #4C514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C514B is #B3AEB4. Grayscale: #4E4E4E. Windows color (decimal): -11775669 or 4936012. OLE color: 4936012.

HSL color Cylindrical-coordinate representation of color #4C514B: hue angle of 110º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4C514B is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 81 75 -
CMYK 0.06 0 0.07 0.68
HSL 110º 0.04% 0.31% -
HSV(B) 110º 0.07% 0.32% -
XYZ 7.19 7.93 7.81 -
YUV 78.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 76 81 75 0.06 0 0.07 0.68 110 0.04 0.31
Hex 4C 51 4B 6 0 7 44 6E 4 1F
Octal 114 121 113 6 0 7 104 156 4 37
Binary 1001100 1010001 1001011 110 0 111 1000100 1101110 100 11111

Color Harmonies of #4C514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C514B

Black with #4C514B

Text Example


Text Example

White with #4C514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,81,75); }

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

background-color css

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

 a { background-color: rgb(76,81,75); }

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

border-color css

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

 span { border-color: rgb(76,81,75); }

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