#4F5868

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

Shades of East Bay #4F5868

Tints of East Bay #4F5868

Color information

#4F5868 (or 0x4F5868) is unknown color: approx East Bay. HEX triplet: 4F, 58 and 68. RGB value is (79,88,104). Sum of RGB (Red+Green+Blue) = 79+88+104=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F5868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5868 is #B0A797. Grayscale: #575757. Windows color (decimal): -11577240 or 6838351. OLE color: 6838351.

HSL color Cylindrical-coordinate representation of color #4F5868: hue angle of 218.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F5868 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7988104-
CMYK0.240.1500.59
HSL218.4º13.66%35.88%-
HSV(B)218.4º24.04%40.78%-
XYZ9.219.6414.47-
YUV87.13137.52122.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.15%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=29.15%
G=32.47%
B=38.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79881040.240.1500.59218.413.6635.88
Hex4F586818F03Bdae24
Octal11713015030170733321644
Binary1001111101100011010001100011110111011110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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