Html Css Color HEX #485444 Battleship Grey

📋 copy color: '#485444'

red 72 ◦ green 84 ◦ blue 68

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

Shades of Battleship Grey #485444

Tints of Battleship Grey #485444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.36%

R = 32.14%
G = 37.5%
B = 30.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#485444 (or 0x485444) is known color: Battleship Grey. HEX triplet: 48, 54 and 44. RGB value is (72,84,68). Sum of RGB (Red+Green+Blue) = 72+84+68=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #485444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485444 is #B7ABBB. Grayscale: #4E4E4E. Windows color (decimal): -12037052 or 4478024. OLE color: 4478024.

HSL color Cylindrical-coordinate representation of color #485444: hue angle of 105º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485444 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 68 -
CMYK 0.14 0 0.19 0.67
HSL 105º 0.11% 0.3% -
HSV(B) 105º 0.19% 0.33% -
XYZ 6.89 8.14 6.68 -
YUV 78.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 72 84 68 0.14 0 0.19 0.67 105 0.11 0.3
Hex 48 54 44 E 0 13 43 69 B 1E
Octal 110 124 104 16 0 23 103 151 13 36
Binary 1001000 1010100 1000100 1110 0 10011 1000011 1101001 1011 11110

Color Harmonies of #485444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485444

Black with #485444

Text Example


Text Example

White with #485444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485444; }

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

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

background-color css

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

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

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

border-color css

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

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

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