Html Css Color HEX #4A5994 Governor Bay

📋 copy color: '#4A5994'

red 74 ◦ green 89 ◦ blue 148

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

Shades of Governor Bay #4A5994

Tints of Governor Bay #4A5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 23.79%
G = 28.62%
B = 47.59%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A5994 (or 0x4A5994) is known color: Governor Bay. HEX triplet: 4A, 59 and 94. RGB value is (74,89,148). Sum of RGB (Red+Green+Blue) = 74+89+148=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A5994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5994 is #B5A66B. Grayscale: #5A5A5A. Windows color (decimal): -11904620 or 9722186. OLE color: 9722186.

HSL color Cylindrical-coordinate representation of color #4A5994: hue angle of 227.84º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A5994 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 89 148 -
CMYK 0.50 0.40 0 0.42
HSL 227.84º 0.33% 0.44% -
HSV(B) 227.84º 0.5% 0.58% -
XYZ 11.74 10.74 29.47 -
YUV 91.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 74 89 148 0.50 0.40 0 0.42 227.84 0.33 0.44
Hex 4A 59 94 32 28 0 2A E4 21 2C
Octal 112 131 224 62 50 0 52 344 41 54
Binary 1001010 1011001 10010100 110010 101000 0 101010 11100100 100001 101100

Color Harmonies of #4A5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5994

Black with #4A5994

Text Example


Text Example

White with #4A5994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,89,148); }

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

background-color css

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

 a { background-color: rgb(74,89,148); }

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

border-color css

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

 span { border-color: rgb(74,89,148); }

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