#4F5871

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

Shades of East Bay #4F5871

Tints of East Bay #4F5871

Color information

#4F5871 (or 0x4F5871) is unknown color: approx East Bay. HEX triplet: 4F, 58 and 71. RGB value is (79,88,113). Sum of RGB (Red+Green+Blue) = 79+88+113=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5871 is #B0A78E. Grayscale: #585858. Windows color (decimal): -11577231 or 7428175. OLE color: 7428175.

HSL color Cylindrical-coordinate representation of color #4F5871: hue angle of 224.12º 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 #4F5871 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7988113-
CMYK0.300.2200.56
HSL224.12º17.71%37.65%-
HSV(B)224.12º30.09%44.31%-
XYZ9.699.8317.01-
YUV88.16142.02121.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.21%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=28.21%
G=31.43%
B=40.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79881130.300.2200.56224.1217.7137.65
Hex4F58711E16038e01226
Octal11713016136260703402246
Binary100111110110001110001111101011001110001110000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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