#4B5489

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

Shades of Governor Bay #4B5489

Tints of Governor Bay #4B5489

Color information

#4B5489 (or 0x4B5489) is unknown color: approx Governor Bay. HEX triplet: 4B, 54 and 89. RGB value is (75,84,137). Sum of RGB (Red+Green+Blue) = 75+84+137=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B5489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5489 is #B4AB76. Grayscale: #575757. Windows color (decimal): -11840375 or 9000011. OLE color: 9000011.

HSL color Cylindrical-coordinate representation of color #4B5489: hue angle of 231.29º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B5489 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7584137-
CMYK0.450.3900.46
HSL231.29º29.25%41.57%-
HSV(B)231.29º45.26%53.73%-
XYZ10.599.6424.97-
YUV87.35156.02119.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 137 (53.91% from 255) = 46.28%
R=25.34%
G=28.38%
B=46.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75841370.450.3900.46231.2929.2541.57
Hex4B54892D2702Ee71d2a
Octal11312421155470563473552
Binary100101110101001000100110110110011101011101110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,137); }

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

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

 a { background-color: rgb(75,84,137); }

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

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

 span { border-color: rgb(75,84,137); }

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