Html Css Color HEX #4B5149 Battleship Grey

📋 copy color: '#4B5149'

red 75 ◦ green 81 ◦ blue 73

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

Shades of Battleship Grey #4B5149

Tints of Battleship Grey #4B5149

RGB

 RED value IS 75 (29.69% from 255) = 32.75%

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

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

R = 32.75%
G = 35.37%
B = 31.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#4B5149 (or 0x4B5149) is known color: Battleship Grey. HEX triplet: 4B, 51 and 49. RGB value is (75,81,73). Sum of RGB (Red+Green+Blue) = 75+81+73=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5149 is #B4AEB6. Grayscale: #4E4E4E. Windows color (decimal): -11841207 or 4804939. OLE color: 4804939.

HSL color Cylindrical-coordinate representation of color #4B5149: hue angle of 105º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B5149 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 73 -
CMYK 0.07 0 0.10 0.68
HSL 105º 0.05% 0.3% -
HSV(B) 105º 0.1% 0.32% -
XYZ 7.05 7.86 7.45 -
YUV 78.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 75 81 73 0.07 0 0.10 0.68 105 0.05 0.3
Hex 4B 51 49 7 0 A 44 69 5 1E
Octal 113 121 111 7 0 12 104 151 5 36
Binary 1001011 1010001 1001001 111 0 1010 1000100 1101001 101 11110

Color Harmonies of #4B5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5149

Black with #4B5149

Text Example


Text Example

White with #4B5149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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