Html Css Color HEX #4F5259 Bright Grey

📋 copy color: '#4F5259'

red 79 ◦ green 82 ◦ blue 89

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

Shades of Bright Grey #4F5259

Tints of Bright Grey #4F5259

RGB

 RED value IS 79 (31.25% from 255) = 31.6%

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 31.6%
G = 32.8%
B = 35.6%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F5259 (or 0x4F5259) is known color: Bright Grey. HEX triplet: 4F, 52 and 59. RGB value is (79,82,89). Sum of RGB (Red+Green+Blue) = 79+82+89=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5259 is #B0ADA6. Grayscale: #515151. Windows color (decimal): -11578791 or 5853775. OLE color: 5853775.

HSL color Cylindrical-coordinate representation of color #4F5259: hue angle of 222º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5259 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 82 89 -
CMYK 0.11 0.08 0 0.65
HSL 222º 0.06% 0.33% -
HSV(B) 222º 0.11% 0.35% -
XYZ 8.04 8.42 10.65 -
YUV 81.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 79 82 89 0.11 0.08 0 0.65 222 0.06 0.33
Hex 4F 52 59 B 8 0 41 DE 6 21
Octal 117 122 131 13 10 0 101 336 6 41
Binary 1001111 1010010 1011001 1011 1000 0 1000001 11011110 110 100001

Color Harmonies of #4F5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5259

Black with #4F5259

Text Example


Text Example

White with #4F5259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,89); }

 H1.HeaderClassName
 {
   color: #4F5259;
 }
 .AnyTagClassName
 {
   color: #4F5259;
 }
</style>

background-color css

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

 a { background-color: rgb(79,82,89); }

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

border-color css

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

 span { border-color: rgb(79,82,89); }

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