Html Css Color HEX #485543 Battleship Grey

📋 copy color: '#485543'

red 72 ◦ green 85 ◦ blue 67

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

Shades of Battleship Grey #485543

Tints of Battleship Grey #485543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

 BLUE value IS 67 (26.56% from 255) = 29.91%

R = 32.14%
G = 37.95%
B = 29.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#485543 (or 0x485543) is known color: Battleship Grey. HEX triplet: 48, 55 and 43. RGB value is (72,85,67). Sum of RGB (Red+Green+Blue) = 72+85+67=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #485543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485543 is #B7AABC. Grayscale: #4F4F4F. Windows color (decimal): -12036797 or 4412744. OLE color: 4412744.

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

Color convert

RGB 72 85 67 -
CMYK 0.15 0 0.21 0.67
HSL 103.33º 0.12% 0.3% -
HSV(B) 103.33º 0.21% 0.33% -
XYZ 6.93 8.28 6.54 -
YUV 79.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 72 85 67 0.15 0 0.21 0.67 103.33 0.12 0.3
Hex 48 55 43 F 0 15 43 67 C 1E
Octal 110 125 103 17 0 25 103 147 14 36
Binary 1001000 1010101 1000011 1111 0 10101 1000011 1100111 1100 11110

Color Harmonies of #485543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485543

Black with #485543

Text Example


Text Example

White with #485543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485543; }

 p { color: rgb(72,85,67); }

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

background-color css

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

 a { background-color: rgb(72,85,67); }

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

border-color css

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

 span { border-color: rgb(72,85,67); }

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