#4B4E88

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

Shades of Governor Bay #4B4E88

Tints of Governor Bay #4B4E88

Color information

#4B4E88 (or 0x4B4E88) is unknown color: approx Governor Bay. HEX triplet: 4B, 4E and 88. RGB value is (75,78,136). Sum of RGB (Red+Green+Blue) = 75+78+136=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B4E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4E88 is #B4B177. Grayscale: #535353. Windows color (decimal): -11841912 or 8932939. OLE color: 8932939.

HSL color Cylindrical-coordinate representation of color #4B4E88: hue angle of 237.05º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4E88 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7578136-
CMYK0.450.4300.47
HSL237.05º28.91%41.37%-
HSV(B)237.05º44.85%53.33%-
XYZ10.078.7224.45-
YUV83.72157.51121.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=25.95%
G=26.99%
B=47.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75781360.450.4300.47237.0528.9141.37
Hex4B4E882D2B02Fed1d29
Octal11311621055530573553551
Binary100101110011101000100010110110101101011111110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,136); }

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

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

 a { background-color: rgb(75,78,136); }

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

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

 span { border-color: rgb(75,78,136); }

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