#4A5265

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

Shades of East Bay #4A5265

Tints of East Bay #4A5265

Color information

#4A5265 (or 0x4A5265) is unknown color: approx East Bay. HEX triplet: 4A, 52 and 65. RGB value is (74,82,101). Sum of RGB (Red+Green+Blue) = 74+82+101=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A5265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5265 is #B5AD9A. Grayscale: #515151. Windows color (decimal): -11906459 or 6640202. OLE color: 6640202.

HSL color Cylindrical-coordinate representation of color #4A5265: hue angle of 222.22º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A5265 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7482101-
CMYK0.270.1900.60
HSL222.22º15.43%34.31%-
HSV(B)222.22º26.73%39.61%-
XYZ8.198.4313.51-
YUV81.77138.85122.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=28.79%
G=31.91%
B=39.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74821010.270.1900.60222.2215.4334.31
Hex4A52651B1303Cdef22
Octal11212214533230743361742
Binary10010101010010110010111011100110111100110111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,82,101); }

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

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

 a { background-color: rgb(74,82,101); }

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

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

 span { border-color: rgb(74,82,101); }

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