#4F536A

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

Shades of East Bay #4F536A

Tints of East Bay #4F536A

Color information

#4F536A (or 0x4F536A) is unknown color: approx East Bay. HEX triplet: 4F, 53 and 6A. RGB value is (79,83,106). Sum of RGB (Red+Green+Blue) = 79+83+106=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F536A is #B0AC95. Grayscale: #545454. Windows color (decimal): -11578518 or 6968143. OLE color: 6968143.

HSL color Cylindrical-coordinate representation of color #4F536A: hue angle of 231.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F536A is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7983106-
CMYK0.250.2200.58
HSL231.11º14.59%36.27%-
HSV(B)231.11º25.47%41.57%-
XYZ8.928.8914.88-
YUV84.43140.17124.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=29.48%
G=30.97%
B=39.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79831060.250.2200.58231.1114.5936.27
Hex4F536A191603Ae7f24
Octal11712315231260723471744
Binary10011111010011110101011001101100111010111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,106); }

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

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

 a { background-color: rgb(79,83,106); }

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

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

 span { border-color: rgb(79,83,106); }

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