#4B5896

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

Shades of Governor Bay #4B5896

Tints of Governor Bay #4B5896

Color information

#4B5896 (or 0x4B5896) is unknown color: approx Governor Bay. HEX triplet: 4B, 58 and 96. RGB value is (75,88,150). Sum of RGB (Red+Green+Blue) = 75+88+150=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B5896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5896 is #B4A769. Grayscale: #5A5A5A. Windows color (decimal): -11839338 or 9853003. OLE color: 9853003.

HSL color Cylindrical-coordinate representation of color #4B5896: hue angle of 229.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B5896 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7588150-
CMYK0.50.4100.41
HSL229.6º33.33%44.12%-
HSV(B)229.6º50%58.82%-
XYZ11.910.6830.29-
YUV91.18161.19116.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=23.96%
G=28.12%
B=47.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75881500.50.4100.41229.633.3344.12
Hex4B58963229029e6212c
Octal11313022662510513464154
Binary1001011101100010010110110010101001010100111100110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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