#4F5470

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

Shades of East Bay #4F5470

Tints of East Bay #4F5470

Color information

#4F5470 (or 0x4F5470) is unknown color: approx East Bay. HEX triplet: 4F, 54 and 70. RGB value is (79,84,112). Sum of RGB (Red+Green+Blue) = 79+84+112=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5470 is #B0AB8F. Grayscale: #555555. Windows color (decimal): -11578256 or 7361615. OLE color: 7361615.

HSL color Cylindrical-coordinate representation of color #4F5470: hue angle of 230.91º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F5470 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7984112-
CMYK0.290.2500.56
HSL230.91º17.28%37.45%-
HSV(B)230.91º29.46%43.92%-
XYZ9.329.1716.61-
YUV85.7142.84123.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.73%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=28.73%
G=30.55%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79841120.290.2500.56230.9117.2837.45
Hex4F54701D19038e71125
Octal11712416035310703472145
Binary100111110101001110000111011100101110001110011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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