#4A5596

Color #4A5596 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4A5596

Tints of Governor Bay #4A5596

Color information

#4A5596 (or 0x4A5596) is unknown color: approx Governor Bay. HEX triplet: 4A, 55 and 96. RGB value is (74,85,150). Sum of RGB (Red+Green+Blue) = 74+85+150=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A5596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5596 is #B5AA69. Grayscale: #585858. Windows color (decimal): -11905642 or 9852234. OLE color: 9852234.

HSL color Cylindrical-coordinate representation of color #4A5596: hue angle of 231.32º 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 #4A5596 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7485150-
CMYK0.510.4300.41
HSL231.32º33.93%43.92%-
HSV(B)231.32º50.67%58.82%-
XYZ11.5810.1530.2-
YUV89.12162.36117.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.95%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=23.95%
G=27.51%
B=48.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74851500.510.4300.41231.3233.9343.92
Hex4A5596332B029e7222c
Octal11212522663530513474254
Binary1001010101010110010110110011101011010100111100111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A5596;
 }
 .AnyTagClassName
 {
   color: #4A5596;
 }
</style>
background-color css

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

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

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

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

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

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