#4F5771

Color #4F5771 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #4F5771

Tints of East Bay #4F5771

Color information

#4F5771 (or 0x4F5771) is unknown color: approx East Bay. HEX triplet: 4F, 57 and 71. RGB value is (79,87,113). Sum of RGB (Red+Green+Blue) = 79+87+113=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5771 is #B0A88E. Grayscale: #575757. Windows color (decimal): -11577487 or 7427919. OLE color: 7427919.

HSL color Cylindrical-coordinate representation of color #4F5771: hue angle of 225.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F5771 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7987113-
CMYK0.300.2300.56
HSL225.88º17.71%37.65%-
HSV(B)225.88º30.09%44.31%-
XYZ9.619.6716.98-
YUV87.57142.35121.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.32%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=28.32%
G=31.18%
B=40.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79871130.300.2300.56225.8817.7137.65
Hex4F57711E17038e21226
Octal11712716136270703422246
Binary100111110101111110001111101011101110001110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F5771;
 }
 .AnyTagClassName
 {
   color: #4F5771;
 }
</style>
background-color css

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

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

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

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

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

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