Html Css Color HEX #484C47 Battleship Grey

📋 copy color: '#484C47'

red 72 ◦ green 76 ◦ blue 71

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

Shades of Battleship Grey #484C47

Tints of Battleship Grey #484C47

RGB

 RED value IS 72 (28.52% from 255) = 32.88%

 GREEN value IS 76 (30.08% from 255) = 34.7%

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

R = 32.88%
G = 34.7%
B = 32.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#484C47 (or 0x484C47) is known color: Battleship Grey. HEX triplet: 48, 4C and 47. RGB value is (72,76,71). Sum of RGB (Red+Green+Blue) = 72+76+71=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 76 - color contains mainly: green. Hex color #484C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C47 is #B7B3B8. Grayscale: #4A4A4A. Windows color (decimal): -12039097 or 4672584. OLE color: 4672584.

HSL color Cylindrical-coordinate representation of color #484C47: hue angle of 108º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #484C47 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 71 -
CMYK 0.05 0 0.07 0.70
HSL 108º 0.03% 0.29% -
HSV(B) 108º 0.07% 0.3% -
XYZ 6.39 7 6.98 -
YUV 74.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 72 76 71 0.05 0 0.07 0.70 108 0.03 0.29
Hex 48 4C 47 5 0 7 46 6C 3 1D
Octal 110 114 107 5 0 7 106 154 3 35
Binary 1001000 1001100 1000111 101 0 111 1000110 1101100 11 11101

Color Harmonies of #484C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C47

Black with #484C47

Text Example


Text Example

White with #484C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484C47; }

 p { color: rgb(72,76,71); }

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

background-color css

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

 a { background-color: rgb(72,76,71); }

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

border-color css

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

 span { border-color: rgb(72,76,71); }

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