Html Css Color HEX #4F596B East Bay

📋 copy color: '#4F596B'

red 79 ◦ green 89 ◦ blue 107

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

Shades of East Bay #4F596B

Tints of East Bay #4F596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 28.73%
G = 32.36%
B = 38.91%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F596B (or 0x4F596B) is known color: East Bay. HEX triplet: 4F, 59 and 6B. RGB value is (79,89,107). Sum of RGB (Red+Green+Blue) = 79+89+107=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F596B is #B0A694. Grayscale: #575757. Windows color (decimal): -11576981 or 7035215. OLE color: 7035215.

HSL color Cylindrical-coordinate representation of color #4F596B: hue angle of 218.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F596B is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 89 107 -
CMYK 0.26 0.17 0 0.58
HSL 218.57º 0.15% 0.36% -
HSV(B) 218.57º 0.26% 0.42% -
XYZ 9.45 9.87 15.32 -
YUV 88.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 79 89 107 0.26 0.17 0 0.58 218.57 0.15 0.36
Hex 4F 59 6B 1A 11 0 3A DB F 24
Octal 117 131 153 32 21 0 72 333 17 44
Binary 1001111 1011001 1101011 11010 10001 0 111010 11011011 1111 100100

Color Harmonies of #4F596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F596B

Black with #4F596B

Text Example


Text Example

White with #4F596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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