Html Css Color HEX #4F5569 East Bay

📋 copy color: '#4F5569'

red 79 ◦ green 85 ◦ blue 105

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

Shades of East Bay #4F5569

Tints of East Bay #4F5569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 29.37%
G = 31.6%
B = 39.03%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4F5569 (or 0x4F5569) is known color: East Bay. HEX triplet: 4F, 55 and 69. RGB value is (79,85,105). Sum of RGB (Red+Green+Blue) = 79+85+105=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5569 is #B0AA96. Grayscale: #555555. Windows color (decimal): -11578007 or 6903119. OLE color: 6903119.

HSL color Cylindrical-coordinate representation of color #4F5569: hue angle of 226.15º 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 #4F5569 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 85 105 -
CMYK 0.25 0.19 0 0.59
HSL 226.15º 0.14% 0.36% -
HSV(B) 226.15º 0.25% 0.41% -
XYZ 9.02 9.18 14.66 -
YUV 85.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 79 85 105 0.25 0.19 0 0.59 226.15 0.14 0.36
Hex 4F 55 69 19 13 0 3B E2 E 24
Octal 117 125 151 31 23 0 73 342 16 44
Binary 1001111 1010101 1101001 11001 10011 0 111011 11100010 1110 100100

Color Harmonies of #4F5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5569

Black with #4F5569

Text Example


Text Example

White with #4F5569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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