Html Css Color HEX #4B5449 Battleship Grey

📋 copy color: '#4B5449'

red 75 ◦ green 84 ◦ blue 73

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

Shades of Battleship Grey #4B5449

Tints of Battleship Grey #4B5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 32.33%
G = 36.21%
B = 31.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#4B5449 (or 0x4B5449) is known color: Battleship Grey. HEX triplet: 4B, 54 and 49. RGB value is (75,84,73). Sum of RGB (Red+Green+Blue) = 75+84+73=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5449 is #B4ABB6. Grayscale: #505050. Windows color (decimal): -11840439 or 4805707. OLE color: 4805707.

HSL color Cylindrical-coordinate representation of color #4B5449: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B5449 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 84 73 -
CMYK 0.11 0 0.13 0.67
HSL 109.09º 0.07% 0.31% -
HSV(B) 109.09º 0.13% 0.33% -
XYZ 7.27 8.32 7.53 -
YUV 80.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 75 84 73 0.11 0 0.13 0.67 109.09 0.07 0.31
Hex 4B 54 49 B 0 D 43 6D 7 1F
Octal 113 124 111 13 0 15 103 155 7 37
Binary 1001011 1010100 1001001 1011 0 1101 1000011 1101101 111 11111

Color Harmonies of #4B5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5449

Black with #4B5449

Text Example


Text Example

White with #4B5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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