Html Css Color HEX #4B5249 Battleship Grey

📋 copy color: '#4B5249'

red 75 ◦ green 82 ◦ blue 73

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

Shades of Battleship Grey #4B5249

Tints of Battleship Grey #4B5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.65%

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

R = 32.61%
G = 35.65%
B = 31.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#4B5249 (or 0x4B5249) is known color: Battleship Grey. HEX triplet: 4B, 52 and 49. RGB value is (75,82,73). Sum of RGB (Red+Green+Blue) = 75+82+73=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5249 is #B4ADB6. Grayscale: #4E4E4E. Windows color (decimal): -11840951 or 4805195. OLE color: 4805195.

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

Color convert

RGB 75 82 73 -
CMYK 0.09 0 0.11 0.68
HSL 106.67º 0.06% 0.3% -
HSV(B) 106.67º 0.11% 0.32% -
XYZ 7.12 8.01 7.47 -
YUV 78.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 75 82 73 0.09 0 0.11 0.68 106.67 0.06 0.3
Hex 4B 52 49 9 0 B 44 6B 6 1E
Octal 113 122 111 11 0 13 104 153 6 36
Binary 1001011 1010010 1001001 1001 0 1011 1000100 1101011 110 11110

Color Harmonies of #4B5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5249

Black with #4B5249

Text Example


Text Example

White with #4B5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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