Html Css Color HEX #474F44 Battleship Grey

📋 copy color: '#474F44'

red 71 ◦ green 79 ◦ blue 68

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

Shades of Battleship Grey #474F44

Tints of Battleship Grey #474F44

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

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

R = 32.57%
G = 36.24%
B = 31.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#474F44 (or 0x474F44) is known color: Battleship Grey. HEX triplet: 47, 4F and 44. RGB value is (71,79,68). Sum of RGB (Red+Green+Blue) = 71+79+68=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #474F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F44 is #B8B0BB. Grayscale: #4B4B4B. Windows color (decimal): -12103868 or 4476743. OLE color: 4476743.

HSL color Cylindrical-coordinate representation of color #474F44: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #474F44 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 68 -
CMYK 0.10 0 0.14 0.69
HSL 103.64º 0.07% 0.29% -
HSV(B) 103.64º 0.14% 0.31% -
XYZ 6.44 7.35 6.55 -
YUV 75.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 71 79 68 0.10 0 0.14 0.69 103.64 0.07 0.29
Hex 47 4F 44 A 0 E 45 68 7 1D
Octal 107 117 104 12 0 16 105 150 7 35
Binary 1000111 1001111 1000100 1010 0 1110 1000101 1101000 111 11101

Color Harmonies of #474F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F44

Black with #474F44

Text Example


Text Example

White with #474F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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