Html Css Color HEX #495546 Battleship Grey

📋 copy color: '#495546'

red 73 ◦ green 85 ◦ blue 70

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

Shades of Battleship Grey #495546

Tints of Battleship Grey #495546

RGB

 RED value IS 73 (28.91% from 255) = 32.02%

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

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 32.02%
G = 37.28%
B = 30.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#495546 (or 0x495546) is known color: Battleship Grey. HEX triplet: 49, 55 and 46. RGB value is (73,85,70). Sum of RGB (Red+Green+Blue) = 73+85+70=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #495546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495546 is #B6AAB9. Grayscale: #4F4F4F. Windows color (decimal): -11971258 or 4609353. OLE color: 4609353.

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

Color convert

RGB 73 85 70 -
CMYK 0.14 0 0.18 0.67
HSL 108º 0.1% 0.3% -
HSV(B) 108º 0.18% 0.33% -
XYZ 7.1 8.36 7.03 -
YUV 79.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 73 85 70 0.14 0 0.18 0.67 108 0.1 0.3
Hex 49 55 46 E 0 12 43 6C A 1E
Octal 111 125 106 16 0 22 103 154 12 36
Binary 1001001 1010101 1000110 1110 0 10010 1000011 1101100 1010 11110

Color Harmonies of #495546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495546

Black with #495546

Text Example


Text Example

White with #495546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495546; }

 p { color: rgb(73,85,70); }

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

background-color css

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

 a { background-color: rgb(73,85,70); }

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

border-color css

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

 span { border-color: rgb(73,85,70); }

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