#4A5463

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

Shades of East Bay #4A5463

Tints of East Bay #4A5463

Color information

#4A5463 (or 0x4A5463) is unknown color: approx East Bay. HEX triplet: 4A, 54 and 63. RGB value is (74,84,99). Sum of RGB (Red+Green+Blue) = 74+84+99=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A5463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5463 is #B5AB9C. Grayscale: #525252. Windows color (decimal): -11905949 or 6509642. OLE color: 6509642.

HSL color Cylindrical-coordinate representation of color #4A5463: hue angle of 216º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A5463 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB748499-
CMYK0.250.1500.61
HSL216º14.45%33.92%-
HSV(B)216º25.25%38.82%-
XYZ8.258.713.05-
YUV82.72137.19121.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=28.79%
G=32.68%
B=38.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7484990.250.1500.6121614.4533.92
Hex4A546319F03Dd8e22
Octal11212414331170753301642
Binary1001010101010011000111100111110111101110110001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,84,99); }

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

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

 a { background-color: rgb(74,84,99); }

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

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

 span { border-color: rgb(74,84,99); }

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