Html Css Color HEX #475044 Battleship Grey

📋 copy color: '#475044'

red 71 ◦ green 80 ◦ blue 68

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

Shades of Battleship Grey #475044

Tints of Battleship Grey #475044

RGB

 RED value IS 71 (28.13% from 255) = 32.42%

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 32.42%
G = 36.53%
B = 31.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#475044 (or 0x475044) is known color: Battleship Grey. HEX triplet: 47, 50 and 44. RGB value is (71,80,68). Sum of RGB (Red+Green+Blue) = 71+80+68=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #475044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475044 is #B8AFBB. Grayscale: #4B4B4B. Windows color (decimal): -12103612 or 4476999. OLE color: 4476999.

HSL color Cylindrical-coordinate representation of color #475044: hue angle of 105º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475044 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 68 -
CMYK 0.11 0 0.15 0.69
HSL 105º 0.08% 0.29% -
HSV(B) 105º 0.15% 0.31% -
XYZ 6.51 7.49 6.57 -
YUV 75.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 71 80 68 0.11 0 0.15 0.69 105 0.08 0.29
Hex 47 50 44 B 0 F 45 69 8 1D
Octal 107 120 104 13 0 17 105 151 10 35
Binary 1000111 1010000 1000100 1011 0 1111 1000101 1101001 1000 11101

Color Harmonies of #475044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475044

Black with #475044

Text Example


Text Example

White with #475044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475044; }

 p { color: rgb(71,80,68); }

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

background-color css

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

 a { background-color: rgb(71,80,68); }

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

border-color css

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

 span { border-color: rgb(71,80,68); }

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