Html Css Color HEX #4A5473 East Bay

📋 copy color: '#4A5473'

red 74 ◦ green 84 ◦ blue 115

#4A5473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #4A5473

Tints of East Bay #4A5473

RGB

 RED value IS 74 (29.3% from 255) = 27.11%

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 27.11%
G = 30.77%
B = 42.12%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A5473 (or 0x4A5473) is known color: East Bay. HEX triplet: 4A, 54 and 73. RGB value is (74,84,115). Sum of RGB (Red+Green+Blue) = 74+84+115=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5473 is #B5AB8C. Grayscale: #545454. Windows color (decimal): -11905933 or 7558218. OLE color: 7558218.

HSL color Cylindrical-coordinate representation of color #4A5473: hue angle of 225.37º 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 #4A5473 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 84 115 -
CMYK 0.36 0.27 0 0.55
HSL 225.37º 0.22% 0.37% -
HSV(B) 225.37º 0.36% 0.45% -
XYZ 9.09 9.03 17.48 -
YUV 84.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 74 84 115 0.36 0.27 0 0.55 225.37 0.22 0.37
Hex 4A 54 73 24 1B 0 37 E1 16 25
Octal 112 124 163 44 33 0 67 341 26 45
Binary 1001010 1010100 1110011 100100 11011 0 110111 11100001 10110 100101

Color Harmonies of #4A5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5473

Black with #4A5473

Text Example


Text Example

White with #4A5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A5473;
 }
 .AnyTagClassName
 {
   color: #4A5473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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