#4D589B

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

Shades of Governor Bay #4D589B

Tints of Governor Bay #4D589B

Color information

#4D589B (or 0x4D589B) is unknown color: approx Governor Bay. HEX triplet: 4D, 58 and 9B. RGB value is (77,88,155). Sum of RGB (Red+Green+Blue) = 77+88+155=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D589B is #B2A764. Grayscale: #5C5C5C. Windows color (decimal): -11708261 or 10180685. OLE color: 10180685.

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

Color convert

RGB7788155-
CMYK0.500.4300.39
HSL231.54º33.62%45.49%-
HSV(B)231.54º50.32%60.78%-
XYZ12.4710.9232.46-
YUV92.35163.36117.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.06%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=24.06%
G=27.5%
B=48.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal77881550.500.4300.39231.5433.6245.49
Hex4D589B322B027e8222d
Octal11513023362530473504255
Binary1001101101100010011011110010101011010011111101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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