#4F5268

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

Shades of East Bay #4F5268

Tints of East Bay #4F5268

Color information

#4F5268 (or 0x4F5268) is unknown color: approx East Bay. HEX triplet: 4F, 52 and 68. RGB value is (79,82,104). Sum of RGB (Red+Green+Blue) = 79+82+104=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F5268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5268 is #B0AD97. Grayscale: #535353. Windows color (decimal): -11578776 or 6836815. OLE color: 6836815.

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

Color convert

RGB7982104-
CMYK0.240.2100.59
HSL232.8º13.66%35.88%-
HSV(B)232.8º24.04%40.78%-
XYZ8.748.714.31-
YUV83.61139.51124.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.81%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=29.81%
G=30.94%
B=39.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79821040.240.2100.59232.813.6635.88
Hex4F5268181503Be9e24
Octal11712215030250733511644
Binary10011111010010110100011000101010111011111010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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