Html Css Color HEX #4A5996 Governor Bay

📋 copy color: '#4A5996'

red 74 ◦ green 89 ◦ blue 150

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

Shades of Governor Bay #4A5996

Tints of Governor Bay #4A5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 23.64%
G = 28.43%
B = 47.92%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A5996 (or 0x4A5996) is known color: Governor Bay. HEX triplet: 4A, 59 and 96. RGB value is (74,89,150). Sum of RGB (Red+Green+Blue) = 74+89+150=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A5996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5996 is #B5A669. Grayscale: #5B5B5B. Windows color (decimal): -11904618 or 9853258. OLE color: 9853258.

HSL color Cylindrical-coordinate representation of color #4A5996: hue angle of 228.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A5996 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 89 150 -
CMYK 0.51 0.41 0 0.41
HSL 228.16º 0.34% 0.44% -
HSV(B) 228.16º 0.51% 0.59% -
XYZ 11.9 10.8 30.31 -
YUV 91.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 74 89 150 0.51 0.41 0 0.41 228.16 0.34 0.44
Hex 4A 59 96 33 29 0 29 E4 22 2C
Octal 112 131 226 63 51 0 51 344 42 54
Binary 1001010 1011001 10010110 110011 101001 0 101001 11100100 100010 101100

Color Harmonies of #4A5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5996

Black with #4A5996

Text Example


Text Example

White with #4A5996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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