#4B589C

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

Shades of Governor Bay #4B589C

Tints of Governor Bay #4B589C

Color information

#4B589C (or 0x4B589C) is unknown color: approx Governor Bay. HEX triplet: 4B, 58 and 9C. RGB value is (75,88,156). Sum of RGB (Red+Green+Blue) = 75+88+156=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B589C is #B4A763. Grayscale: #5B5B5B. Windows color (decimal): -11839332 or 10246219. OLE color: 10246219.

HSL color Cylindrical-coordinate representation of color #4B589C: hue angle of 230.37º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B589C is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7588156-
CMYK0.520.4400.39
HSL230.37º35.06%45.29%-
HSV(B)230.37º51.92%61.18%-
XYZ12.3910.8832.9-
YUV91.86164.19115.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=23.51%
G=27.59%
B=48.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75881560.520.4400.39230.3735.0645.29
Hex4B589C342C027e6232d
Octal11313023464540473464355
Binary1001011101100010011100110100101100010011111100110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,156); }

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

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

 a { background-color: rgb(75,88,156); }

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

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

 span { border-color: rgb(75,88,156); }

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