Html Css Color HEX #495645 Battleship Grey

📋 copy color: '#495645'

red 73 ◦ green 86 ◦ blue 69

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

Shades of Battleship Grey #495645

Tints of Battleship Grey #495645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.72%

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

R = 32.02%
G = 37.72%
B = 30.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#495645 (or 0x495645) is known color: Battleship Grey. HEX triplet: 49, 56 and 45. RGB value is (73,86,69). Sum of RGB (Red+Green+Blue) = 73+86+69=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #495645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495645 is #B6A9BA. Grayscale: #505050. Windows color (decimal): -11971003 or 4544073. OLE color: 4544073.

HSL color Cylindrical-coordinate representation of color #495645: hue angle of 105.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495645 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 69 -
CMYK 0.15 0 0.20 0.66
HSL 105.88º 0.11% 0.3% -
HSV(B) 105.88º 0.2% 0.34% -
XYZ 7.15 8.5 6.89 -
YUV 80.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 73 86 69 0.15 0 0.20 0.66 105.88 0.11 0.3
Hex 49 56 45 F 0 14 42 6A B 1E
Octal 111 126 105 17 0 24 102 152 13 36
Binary 1001001 1010110 1000101 1111 0 10100 1000010 1101010 1011 11110

Color Harmonies of #495645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495645

Black with #495645

Text Example


Text Example

White with #495645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495645; }

 p { color: rgb(73,86,69); }

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

background-color css

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

 a { background-color: rgb(73,86,69); }

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

border-color css

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

 span { border-color: rgb(73,86,69); }

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