Html Css Color HEX #4F5359 Bright Grey

📋 copy color: '#4F5359'

red 79 ◦ green 83 ◦ blue 89

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

Shades of Bright Grey #4F5359

Tints of Bright Grey #4F5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

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

R = 31.47%
G = 33.07%
B = 35.46%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F5359 (or 0x4F5359) is known color: Bright Grey. HEX triplet: 4F, 53 and 59. RGB value is (79,83,89). Sum of RGB (Red+Green+Blue) = 79+83+89=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5359 is #B0ACA6. Grayscale: #525252. Windows color (decimal): -11578535 or 5854031. OLE color: 5854031.

HSL color Cylindrical-coordinate representation of color #4F5359: hue angle of 216º 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 #4F5359 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 83 89 -
CMYK 0.11 0.07 0 0.65
HSL 216º 0.06% 0.33% -
HSV(B) 216º 0.11% 0.35% -
XYZ 8.12 8.57 10.68 -
YUV 82.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 79 83 89 0.11 0.07 0 0.65 216 0.06 0.33
Hex 4F 53 59 B 7 0 41 D8 6 21
Octal 117 123 131 13 7 0 101 330 6 41
Binary 1001111 1010011 1011001 1011 111 0 1000001 11011000 110 100001

Color Harmonies of #4F5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5359

Black with #4F5359

Text Example


Text Example

White with #4F5359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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