#485244

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

Shades of Battleship Grey #485244

Tints of Battleship Grey #485244

Color information

#485244 (or 0x485244) is unknown color: approx Battleship Grey. HEX triplet: 48, 52 and 44. RGB value is (72,82,68). Sum of RGB (Red+Green+Blue) = 72+82+68=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #485244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485244 is #B7ADBB. Grayscale: #4D4D4D. Windows color (decimal): -12037564 or 4477512. OLE color: 4477512.

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

Color convert

RGB728268-
CMYK0.1200.170.68
HSL102.86º9.33%29.41%-
HSV(B)102.86º17.07%32.16%-
XYZ6.737.836.63-
YUV77.41122.69124.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=32.43%
G=36.94%
B=30.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282680.1200.170.68102.869.3329.41
Hex485244C011446791d
Octal110122104140211041471135
Binary100100010100101000100110001000110001001100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485244; }

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

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

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

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

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

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

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

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