#4B5248

Color #4B5248 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #4B5248

Tints of Battleship Grey #4B5248

Color information

#4B5248 (or 0x4B5248) is unknown color: approx Battleship Grey. HEX triplet: 4B, 52 and 48. RGB value is (75,82,72). Sum of RGB (Red+Green+Blue) = 75+82+72=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5248 is #B4ADB7. Grayscale: #4E4E4E. Windows color (decimal): -11840952 or 4739659. OLE color: 4739659.

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

Color convert

RGB758272-
CMYK0.0900.120.68
HSL102º6.49%30.2%-
HSV(B)102º12.2%32.16%-
XYZ7.0987.3-
YUV78.77124.18125.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=32.75%
G=35.81%
B=31.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7582720.0900.120.681026.4930.2
Hex4B524890C446661e
Octal11312211011014104146636
Binary1001011101001010010001001011001000100110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B5248;
 }
 .AnyTagClassName
 {
   color: #4B5248;
 }
</style>
background-color css

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

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

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

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

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

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