#4F5A69

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

Shades of Bright Grey #4F5A69

Tints of Bright Grey #4F5A69

Color information

#4F5A69 (or 0x4F5A69) is unknown color: approx Bright Grey. HEX triplet: 4F, 5A and 69. RGB value is (79,90,105). Sum of RGB (Red+Green+Blue) = 79+90+105=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A69 is #B0A596. Grayscale: #585858. Windows color (decimal): -11576727 or 6904399. OLE color: 6904399.

HSL color Cylindrical-coordinate representation of color #4F5A69: hue angle of 214.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F5A69 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7990105-
CMYK0.250.1400.59
HSL214.62º14.13%36.08%-
HSV(B)214.62º24.76%41.18%-
XYZ9.439.9914.8-
YUV88.42137.36121.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=28.83%
G=32.85%
B=38.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79901050.250.1400.59214.6214.1336.08
Hex4F5A6919E03Bd7e24
Octal11713215131160733271644
Binary1001111101101011010011100111100111011110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,105); }

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

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

 a { background-color: rgb(79,90,105); }

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

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

 span { border-color: rgb(79,90,105); }

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