#4B4E96

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

Shades of Governor Bay #4B4E96

Tints of Governor Bay #4B4E96

Color information

#4B4E96 (or 0x4B4E96) is unknown color: approx Governor Bay. HEX triplet: 4B, 4E and 96. RGB value is (75,78,150). Sum of RGB (Red+Green+Blue) = 75+78+150=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B4E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4E96 is #B4B169. Grayscale: #555555. Windows color (decimal): -11841898 or 9850443. OLE color: 9850443.

HSL color Cylindrical-coordinate representation of color #4B4E96: hue angle of 237.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 #4B4E96 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7578150-
CMYK0.50.4800.41
HSL237.6º33.33%44.12%-
HSV(B)237.6º50%58.82%-
XYZ11.139.1530.03-
YUV85.31164.51120.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.75%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=24.75%
G=25.74%
B=49.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75781500.50.4800.41237.633.3344.12
Hex4B4E963230029ee212c
Octal11311622662600513564154
Binary1001011100111010010110110010110000010100111101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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