#4F5468

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

Shades of East Bay #4F5468

Tints of East Bay #4F5468

Color information

#4F5468 (or 0x4F5468) is unknown color: approx East Bay. HEX triplet: 4F, 54 and 68. RGB value is (79,84,104). Sum of RGB (Red+Green+Blue) = 79+84+104=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F5468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5468 is #B0AB97. Grayscale: #545454. Windows color (decimal): -11578264 or 6837327. OLE color: 6837327.

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

Color convert

RGB7984104-
CMYK0.240.1900.59
HSL228º13.66%35.88%-
HSV(B)228º24.04%40.78%-
XYZ8.89914.37-
YUV84.78138.84123.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=29.59%
G=31.46%
B=38.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79841040.240.1900.5922813.6635.88
Hex4F5468181303Be4e24
Octal11712415030230733441644
Binary10011111010100110100011000100110111011111001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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