#4F5971

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

Shades of East Bay #4F5971

Tints of East Bay #4F5971

Color information

#4F5971 (or 0x4F5971) is unknown color: approx East Bay. HEX triplet: 4F, 59 and 71. RGB value is (79,89,113). Sum of RGB (Red+Green+Blue) = 79+89+113=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5971 is #B0A68E. Grayscale: #585858. Windows color (decimal): -11576975 or 7428431. OLE color: 7428431.

HSL color Cylindrical-coordinate representation of color #4F5971: hue angle of 222.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F5971 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7989113-
CMYK0.300.2100.56
HSL222.35º17.71%37.65%-
HSV(B)222.35º30.09%44.31%-
XYZ9.781017.04-
YUV88.75141.69121.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.11%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=28.11%
G=31.67%
B=40.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79891130.300.2100.56222.3517.7137.65
Hex4F59711E15038de1226
Octal11713116136250703362246
Binary100111110110011110001111101010101110001101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,89,113); }

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

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

 a { background-color: rgb(79,89,113); }

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

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

 span { border-color: rgb(79,89,113); }

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