#4F5668

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

Shades of East Bay #4F5668

Tints of East Bay #4F5668

Color information

#4F5668 (or 0x4F5668) is unknown color: approx East Bay. HEX triplet: 4F, 56 and 68. RGB value is (79,86,104). Sum of RGB (Red+Green+Blue) = 79+86+104=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5668 is #B0A997. Grayscale: #555555. Windows color (decimal): -11577752 or 6837839. OLE color: 6837839.

HSL color Cylindrical-coordinate representation of color #4F5668: hue angle of 223.2º 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 #4F5668 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7986104-
CMYK0.240.1700.59
HSL223.2º13.66%35.88%-
HSV(B)223.2º24.04%40.78%-
XYZ9.059.3214.42-
YUV85.96138.18123.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=29.37%
G=31.97%
B=38.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79861040.240.1700.59223.213.6635.88
Hex4F5668181103Bdfe24
Octal11712615030210733371644
Binary10011111010110110100011000100010111011110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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