#4E5D9B

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

Shades of Governor Bay #4E5D9B

Tints of Governor Bay #4E5D9B

Color information

#4E5D9B (or 0x4E5D9B) is unknown color: approx Governor Bay. HEX triplet: 4E, 5D and 9B. RGB value is (78,93,155). Sum of RGB (Red+Green+Blue) = 78+93+155=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E5D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5D9B is #B1A264. Grayscale: #5F5F5F. Windows color (decimal): -11641445 or 10181966. OLE color: 10181966.

HSL color Cylindrical-coordinate representation of color #4E5D9B: hue angle of 228.31º 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 #4E5D9B is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7893155-
CMYK0.500.400.39
HSL228.31º33.05%45.69%-
HSV(B)228.31º49.68%60.78%-
XYZ12.9711.8132.61-
YUV95.58161.53115.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.93%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=23.93%
G=28.53%
B=47.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78931550.500.400.39228.3133.0545.69
Hex4E5D9B3228027e4212e
Octal11613523362500473444156
Binary1001110101110110011011110010101000010011111100100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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