#4F5374

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

Shades of East Bay #4F5374

Tints of East Bay #4F5374

Color information

#4F5374 (or 0x4F5374) is unknown color: approx East Bay. HEX triplet: 4F, 53 and 74. RGB value is (79,83,116). Sum of RGB (Red+Green+Blue) = 79+83+116=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F5374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5374 is #B0AC8B. Grayscale: #555555. Windows color (decimal): -11578508 or 7623503. OLE color: 7623503.

HSL color Cylindrical-coordinate representation of color #4F5374: hue angle of 233.51º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5374 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7983116-
CMYK0.320.2800.55
HSL233.51º18.97%38.24%-
HSV(B)233.51º31.9%45.49%-
XYZ9.479.1117.78-
YUV85.57145.17123.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=28.42%
G=29.86%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79831160.320.2800.55233.5118.9738.24
Hex4F5374201C037ea1326
Octal11712316440340673522346
Binary1001111101001111101001000001110001101111110101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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