#4F526C

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

Shades of East Bay #4F526C

Tints of East Bay #4F526C

Color information

#4F526C (or 0x4F526C) is unknown color: approx East Bay. HEX triplet: 4F, 52 and 6C. RGB value is (79,82,108). Sum of RGB (Red+Green+Blue) = 79+82+108=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F526C is #B0AD93. Grayscale: #535353. Windows color (decimal): -11578772 or 7098959. OLE color: 7098959.

HSL color Cylindrical-coordinate representation of color #4F526C: hue angle of 233.79º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F526C is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7982108-
CMYK0.270.2400.58
HSL233.79º15.51%36.67%-
HSV(B)233.79º26.85%42.35%-
XYZ8.958.7815.41-
YUV84.07141.51124.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=29.37%
G=30.48%
B=40.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79821080.270.2400.58233.7915.5136.67
Hex4F526C1B1803Aea1025
Octal11712215433300723522045
Binary100111110100101101100110111100001110101110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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