#4A516F

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

Shades of East Bay #4A516F

Tints of East Bay #4A516F

Color information

#4A516F (or 0x4A516F) is unknown color: approx East Bay. HEX triplet: 4A, 51 and 6F. RGB value is (74,81,111). Sum of RGB (Red+Green+Blue) = 74+81+111=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A516F is #B5AE90. Grayscale: #525252. Windows color (decimal): -11906705 or 7295306. OLE color: 7295306.

HSL color Cylindrical-coordinate representation of color #4A516F: hue angle of 228.65º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A516F is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7481111-
CMYK0.330.2700.56
HSL228.65º20%36.27%-
HSV(B)228.65º33.33%43.53%-
XYZ8.648.4916.22-
YUV82.33144.18122.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=27.82%
G=30.45%
B=41.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74811110.330.2700.56228.652036.27
Hex4A516F211B038e51424
Octal11212115741330703452444
Binary1001010101000111011111000011101101110001110010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,81,111); }

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

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

 a { background-color: rgb(74,81,111); }

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

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

 span { border-color: rgb(74,81,111); }

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