#4F5362

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

Shades of Bright Grey #4F5362

Tints of Bright Grey #4F5362

Color information

#4F5362 (or 0x4F5362) is unknown color: approx Bright Grey. HEX triplet: 4F, 53 and 62. RGB value is (79,83,98). Sum of RGB (Red+Green+Blue) = 79+83+98=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5362 is #B0AC9D. Grayscale: #535353. Windows color (decimal): -11578526 or 6443855. OLE color: 6443855.

HSL color Cylindrical-coordinate representation of color #4F5362: hue angle of 227.37º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5362 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB798398-
CMYK0.190.1500.62
HSL227.37º10.73%34.71%-
HSV(B)227.37º19.39%38.43%-
XYZ8.528.7312.79-
YUV83.51136.17124.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=30.38%
G=31.92%
B=37.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7983980.190.1500.62227.3710.7334.71
Hex4F536213F03Ee3b23
Octal11712314223170763431343
Binary1001111101001111000101001111110111110111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,98); }

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

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

 a { background-color: rgb(79,83,98); }

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

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

 span { border-color: rgb(79,83,98); }

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