#4F5472

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

Shades of East Bay #4F5472

Tints of East Bay #4F5472

Color information

#4F5472 (or 0x4F5472) is unknown color: approx East Bay. HEX triplet: 4F, 54 and 72. RGB value is (79,84,114). Sum of RGB (Red+Green+Blue) = 79+84+114=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5472 is #B0AB8D. Grayscale: #555555. Windows color (decimal): -11578254 or 7492687. OLE color: 7492687.

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

Color convert

RGB7984114-
CMYK0.310.2600.55
HSL231.43º18.13%37.84%-
HSV(B)231.43º30.7%44.71%-
XYZ9.439.2217.2-
YUV85.92143.84123.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.52%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=28.52%
G=30.32%
B=41.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79841140.310.2600.55231.4318.1337.84
Hex4F54721F1A037e71226
Octal11712416237320673472246
Binary100111110101001110010111111101001101111110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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