Html Css Color HEX #4B5948 Battleship Grey

📋 copy color: '#4B5948'

red 75 ◦ green 89 ◦ blue 72

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

Shades of Battleship Grey #4B5948

Tints of Battleship Grey #4B5948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 31.78%
G = 37.71%
B = 30.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#4B5948 (or 0x4B5948) is known color: Battleship Grey. HEX triplet: 4B, 59 and 48. RGB value is (75,89,72). Sum of RGB (Red+Green+Blue) = 75+89+72=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5948 is #B4A6B7. Grayscale: #525252. Windows color (decimal): -11839160 or 4741451. OLE color: 4741451.

HSL color Cylindrical-coordinate representation of color #4B5948: hue angle of 109.41º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B5948 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 89 72 -
CMYK 0.16 0 0.19 0.65
HSL 109.41º 0.11% 0.32% -
HSV(B) 109.41º 0.19% 0.35% -
XYZ 7.64 9.11 7.49 -
YUV 82.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 75 89 72 0.16 0 0.19 0.65 109.41 0.11 0.32
Hex 4B 59 48 10 0 13 41 6D B 20
Octal 113 131 110 20 0 23 101 155 13 40
Binary 1001011 1011001 1001000 10000 0 10011 1000001 1101101 1011 100000

Color Harmonies of #4B5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5948

Black with #4B5948

Text Example


Text Example

White with #4B5948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,89,72); }

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

background-color css

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

 a { background-color: rgb(75,89,72); }

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

border-color css

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

 span { border-color: rgb(75,89,72); }

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