#4A5474

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

Shades of East Bay #4A5474

Tints of East Bay #4A5474

Color information

#4A5474 (or 0x4A5474) is unknown color: approx East Bay. HEX triplet: 4A, 54 and 74. RGB value is (74,84,116). Sum of RGB (Red+Green+Blue) = 74+84+116=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A5474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5474 is #B5AB8B. Grayscale: #545454. Windows color (decimal): -11905932 or 7623754. OLE color: 7623754.

HSL color Cylindrical-coordinate representation of color #4A5474: hue angle of 225.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A5474 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7484116-
CMYK0.360.2800.55
HSL225.71º22.11%37.25%-
HSV(B)225.71º36.21%45.49%-
XYZ9.159.0617.79-
YUV84.66145.69120.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=27.01%
G=30.66%
B=42.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74841160.360.2800.55225.7122.1137.25
Hex4A5474241C037e21625
Octal11212416444340673422645
Binary1001010101010011101001001001110001101111110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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