#4F6171

Color #4F6171 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #4F6171

Tints of Shuttle Grey #4F6171

Color information

#4F6171 (or 0x4F6171) is unknown color: approx Shuttle Grey. HEX triplet: 4F, 61 and 71. RGB value is (79,97,113). Sum of RGB (Red+Green+Blue) = 79+97+113=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6171 is #B09E8E. Grayscale: #5D5D5D. Windows color (decimal): -11574927 or 7430479. OLE color: 7430479.

HSL color Cylindrical-coordinate representation of color #4F6171: hue angle of 208.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F6171 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7997113-
CMYK0.300.1400.56
HSL208.24º17.71%37.65%-
HSV(B)208.24º30.09%44.31%-
XYZ10.4811.417.27-
YUV93.44139.04117.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=27.34%
G=33.56%
B=39.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79971130.300.1400.56208.2417.7137.65
Hex4F61711EE038d01226
Octal11714116136160703202246
Binary10011111100001111000111110111001110001101000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F6171; }

 p { color: rgb(79,97,113); }

 H1.HeaderClassName
 {
   color: #4F6171;
 }
 .AnyTagClassName
 {
   color: #4F6171;
 }
</style>
background-color css

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

 a { background-color: rgb(79,97,113); }

 div.DivClassName
 {
   background-color: #4F6171;
 }
 .BgClassName
 {
   background-color: #4F6171;
 }
</style>
border-color css

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

 span { border-color: rgb(79,97,113); }

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