Html Css Color HEX #495445 Battleship Grey

📋 copy color: '#495445'

red 73 ◦ green 84 ◦ blue 69

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

Shades of Battleship Grey #495445

Tints of Battleship Grey #495445

RGB

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

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

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

R = 32.3%
G = 37.17%
B = 30.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#495445 (or 0x495445) is known color: Battleship Grey. HEX triplet: 49, 54 and 45. RGB value is (73,84,69). Sum of RGB (Red+Green+Blue) = 73+84+69=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #495445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495445 is #B6ABBA. Grayscale: #4F4F4F. Windows color (decimal): -11971515 or 4543561. OLE color: 4543561.

HSL color Cylindrical-coordinate representation of color #495445: hue angle of 104º 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 #495445 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 69 -
CMYK 0.13 0 0.18 0.67
HSL 104º 0.1% 0.3% -
HSV(B) 104º 0.18% 0.33% -
XYZ 6.99 8.19 6.84 -
YUV 79 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 73 84 69 0.13 0 0.18 0.67 104 0.1 0.3
Hex 49 54 45 D 0 12 43 68 A 1E
Octal 111 124 105 15 0 22 103 150 12 36
Binary 1001001 1010100 1000101 1101 0 10010 1000011 1101000 1010 11110

Color Harmonies of #495445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495445

Black with #495445

Text Example


Text Example

White with #495445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495445; }

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

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

background-color css

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

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

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

border-color css

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

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

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