Html Css Color HEX #4F576F East Bay

📋 copy color: '#4F576F'

red 79 ◦ green 87 ◦ blue 111

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

Shades of East Bay #4F576F

Tints of East Bay #4F576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 28.52%
G = 31.41%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F576F (or 0x4F576F) is known color: East Bay. HEX triplet: 4F, 57 and 6F. RGB value is (79,87,111). Sum of RGB (Red+Green+Blue) = 79+87+111=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F576F is #B0A890. Grayscale: #575757. Windows color (decimal): -11577489 or 7296847. OLE color: 7296847.

HSL color Cylindrical-coordinate representation of color #4F576F: hue angle of 225º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F576F is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 87 111 -
CMYK 0.29 0.22 0 0.56
HSL 225º 0.17% 0.37% -
HSV(B) 225º 0.29% 0.44% -
XYZ 9.5 9.63 16.4 -
YUV 87.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 79 87 111 0.29 0.22 0 0.56 225 0.17 0.37
Hex 4F 57 6F 1D 16 0 38 E1 11 25
Octal 117 127 157 35 26 0 70 341 21 45
Binary 1001111 1010111 1101111 11101 10110 0 111000 11100001 10001 100101

Color Harmonies of #4F576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F576F

Black with #4F576F

Text Example


Text Example

White with #4F576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,87,111); }

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

background-color css

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

 a { background-color: rgb(79,87,111); }

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

border-color css

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

 span { border-color: rgb(79,87,111); }

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