#4E5B9B

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

Shades of Governor Bay #4E5B9B

Tints of Governor Bay #4E5B9B

Color information

#4E5B9B (or 0x4E5B9B) is unknown color: approx Governor Bay. HEX triplet: 4E, 5B and 9B. RGB value is (78,91,155). Sum of RGB (Red+Green+Blue) = 78+91+155=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E5B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5B9B is #B1A464. Grayscale: #5E5E5E. Windows color (decimal): -11641957 or 10181454. OLE color: 10181454.

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

Color convert

RGB7891155-
CMYK0.500.4100.39
HSL229.87º33.05%45.69%-
HSV(B)229.87º49.68%60.78%-
XYZ12.811.4732.55-
YUV94.41162.19116.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=24.07%
G=28.09%
B=47.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78911550.500.4100.39229.8733.0545.69
Hex4E5B9B3229027e6212e
Octal11613323362510473464156
Binary1001110101101110011011110010101001010011111100110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,91,155); }

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

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

 a { background-color: rgb(78,91,155); }

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

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

 span { border-color: rgb(78,91,155); }

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