#485145

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

Shades of Battleship Grey #485145

Tints of Battleship Grey #485145

Color information

#485145 (or 0x485145) is unknown color: approx Battleship Grey. HEX triplet: 48, 51 and 45. RGB value is (72,81,69). Sum of RGB (Red+Green+Blue) = 72+81+69=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #485145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485145 is #B7AEBA. Grayscale: #4C4C4C. Windows color (decimal): -12037819 or 4542792. OLE color: 4542792.

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

Color convert

RGB728169-
CMYK0.1100.150.68
HSL105º8%29.41%-
HSV(B)105º14.81%31.76%-
XYZ6.697.696.76-
YUV76.94123.52124.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=32.43%
G=36.49%
B=31.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281690.1100.150.68105829.41
Hex485145B0F446981d
Octal110121105130171041511035
Binary10010001010001100010110110111110001001101001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485145; }

 p { color: rgb(72,81,69); }

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

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

 a { background-color: rgb(72,81,69); }

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

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

 span { border-color: rgb(72,81,69); }

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