#4D589A

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

Shades of Governor Bay #4D589A

Tints of Governor Bay #4D589A

Color information

#4D589A (or 0x4D589A) is unknown color: approx Governor Bay. HEX triplet: 4D, 58 and 9A. RGB value is (77,88,154). Sum of RGB (Red+Green+Blue) = 77+88+154=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D589A is #B2A765. Grayscale: #5B5B5B. Windows color (decimal): -11708262 or 10115149. OLE color: 10115149.

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

Color convert

RGB7788154-
CMYK0.500.4300.40
HSL231.43º33.33%45.29%-
HSV(B)231.43º50%60.39%-
XYZ12.3810.8932.02-
YUV92.24162.86117.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.14%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=24.14%
G=27.59%
B=48.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77881540.500.4300.40231.4333.3345.29
Hex4D589A322B028e7212d
Octal11513023262530503474155
Binary1001101101100010011010110010101011010100011100111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,88,154); }

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

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

 a { background-color: rgb(77,88,154); }

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

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

 span { border-color: rgb(77,88,154); }

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