#4B589D

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

Shades of Governor Bay #4B589D

Tints of Governor Bay #4B589D

Color information

#4B589D (or 0x4B589D) is unknown color: approx Governor Bay. HEX triplet: 4B, 58 and 9D. RGB value is (75,88,157). Sum of RGB (Red+Green+Blue) = 75+88+157=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B589D is #B4A762. Grayscale: #5B5B5B. Windows color (decimal): -11839331 or 10311755. OLE color: 10311755.

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

Color convert

RGB7588157-
CMYK0.520.4400.38
HSL230.49º35.34%45.49%-
HSV(B)230.49º52.23%61.57%-
XYZ12.4810.9133.35-
YUV91.98164.69115.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=23.44%
G=27.5%
B=49.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75881570.520.4400.38230.4935.3445.49
Hex4B589D342C026e6232d
Octal11313023564540463464355
Binary1001011101100010011101110100101100010011011100110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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