Html Css Color HEX #485245 Battleship Grey

📋 copy color: '#485245'

red 72 ◦ green 82 ◦ blue 69

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

Shades of Battleship Grey #485245

Tints of Battleship Grey #485245

RGB

 RED value IS 72 (28.52% from 255) = 32.29%

 GREEN value IS 82 (32.42% from 255) = 36.77%

 BLUE value IS 69 (27.34% from 255) = 30.94%

R = 32.29%
G = 36.77%
B = 30.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#485245 (or 0x485245) is known color: Battleship Grey. HEX triplet: 48, 52 and 45. RGB value is (72,82,69). Sum of RGB (Red+Green+Blue) = 72+82+69=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #485245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485245 is #B7ADBA. Grayscale: #4D4D4D. Windows color (decimal): -12037563 or 4543048. OLE color: 4543048.

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

Color convert

RGB 72 82 69 -
CMYK 0.12 0 0.16 0.68
HSL 106.15º 0.09% 0.3% -
HSV(B) 106.15º 0.16% 0.32% -
XYZ 6.76 7.84 6.79 -
YUV 77.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 72 82 69 0.12 0 0.16 0.68 106.15 0.09 0.3
Hex 48 52 45 C 0 10 44 6A 9 1E
Octal 110 122 105 14 0 20 104 152 11 36
Binary 1001000 1010010 1000101 1100 0 10000 1000100 1101010 1001 11110

Color Harmonies of #485245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485245

Black with #485245

Text Example


Text Example

White with #485245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485245; }

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

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

background-color css

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

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

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

border-color css

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

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

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