Html Css Color HEX #4A4E71 East Bay

📋 copy color: '#4A4E71'

red 74 ◦ green 78 ◦ blue 113

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

Shades of East Bay #4A4E71

Tints of East Bay #4A4E71

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.43%

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

R = 27.92%
G = 29.43%
B = 42.64%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A4E71 (or 0x4A4E71) is known color: East Bay. HEX triplet: 4A, 4E and 71. RGB value is (74,78,113). Sum of RGB (Red+Green+Blue) = 74+78+113=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A4E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4E71 is #B5B18E. Grayscale: #505050. Windows color (decimal): -11907471 or 7425610. OLE color: 7425610.

HSL color Cylindrical-coordinate representation of color #4A4E71: hue angle of 233.85º 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 #4A4E71 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 78 113 -
CMYK 0.35 0.31 0 0.56
HSL 233.85º 0.21% 0.37% -
HSV(B) 233.85º 0.35% 0.44% -
XYZ 8.53 8.1 16.74 -
YUV 80.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 74 78 113 0.35 0.31 0 0.56 233.85 0.21 0.37
Hex 4A 4E 71 23 1F 0 38 EA 15 25
Octal 112 116 161 43 37 0 70 352 25 45
Binary 1001010 1001110 1110001 100011 11111 0 111000 11101010 10101 100101

Color Harmonies of #4A4E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4E71

Black with #4A4E71

Text Example


Text Example

White with #4A4E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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