#4F5775

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

Shades of East Bay #4F5775

Tints of East Bay #4F5775

Color information

#4F5775 (or 0x4F5775) is unknown color: approx East Bay. HEX triplet: 4F, 57 and 75. RGB value is (79,87,117). Sum of RGB (Red+Green+Blue) = 79+87+117=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F5775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5775 is #B0A88A. Grayscale: #575757. Windows color (decimal): -11577483 or 7690063. OLE color: 7690063.

HSL color Cylindrical-coordinate representation of color #4F5775: hue angle of 227.37º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5775 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7987117-
CMYK0.320.2600.54
HSL227.37º19.39%38.43%-
HSV(B)227.37º32.48%45.88%-
XYZ9.849.7618.2-
YUV88.03144.35121.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=27.92%
G=30.74%
B=41.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79871170.320.2600.54227.3719.3938.43
Hex4F5775201A036e31326
Octal11712716540320663432346
Binary1001111101011111101011000001101001101101110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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