Html Css Color HEX #4A5471 East Bay

📋 copy color: '#4A5471'

red 74 ◦ green 84 ◦ blue 113

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

Shades of East Bay #4A5471

Tints of East Bay #4A5471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 27.31%
G = 31%
B = 41.7%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A5471 (or 0x4A5471) is known color: East Bay. HEX triplet: 4A, 54 and 71. RGB value is (74,84,113). Sum of RGB (Red+Green+Blue) = 74+84+113=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A5471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5471 is #B5AB8E. Grayscale: #545454. Windows color (decimal): -11905935 or 7427146. OLE color: 7427146.

HSL color Cylindrical-coordinate representation of color #4A5471: hue angle of 224.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A5471 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 84 113 -
CMYK 0.35 0.26 0 0.56
HSL 224.62º 0.21% 0.37% -
HSV(B) 224.62º 0.35% 0.44% -
XYZ 8.98 8.99 16.88 -
YUV 84.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 74 84 113 0.35 0.26 0 0.56 224.62 0.21 0.37
Hex 4A 54 71 23 1A 0 38 E1 15 25
Octal 112 124 161 43 32 0 70 341 25 45
Binary 1001010 1010100 1110001 100011 11010 0 111000 11100001 10101 100101

Color Harmonies of #4A5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5471

Black with #4A5471

Text Example


Text Example

White with #4A5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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