#4F5865

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

Shades of Bright Grey #4F5865

Tints of Bright Grey #4F5865

Color information

#4F5865 (or 0x4F5865) is unknown color: approx Bright Grey. HEX triplet: 4F, 58 and 65. RGB value is (79,88,101). Sum of RGB (Red+Green+Blue) = 79+88+101=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F5865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5865 is #B0A79A. Grayscale: #565656. Windows color (decimal): -11577243 or 6641743. OLE color: 6641743.

HSL color Cylindrical-coordinate representation of color #4F5865: hue angle of 215.45º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F5865 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7988101-
CMYK0.220.1300.60
HSL215.45º12.22%35.29%-
HSV(B)215.45º21.78%39.61%-
XYZ9.069.5813.68-
YUV86.79136.02122.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=29.48%
G=32.84%
B=37.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79881010.220.1300.60215.4512.2235.29
Hex4F586516D03Cd7c23
Octal11713014526150743271443
Binary1001111101100011001011011011010111100110101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,101); }

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

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

 a { background-color: rgb(79,88,101); }

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

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

 span { border-color: rgb(79,88,101); }

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