#4E519B

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

Shades of Governor Bay #4E519B

Tints of Governor Bay #4E519B

Color information

#4E519B (or 0x4E519B) is unknown color: approx Governor Bay. HEX triplet: 4E, 51 and 9B. RGB value is (78,81,155). Sum of RGB (Red+Green+Blue) = 78+81+155=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E519B is #B1AE64. Grayscale: #585858. Windows color (decimal): -11644517 or 10178894. OLE color: 10178894.

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

Color convert

RGB7881155-
CMYK0.500.4800.39
HSL237.66º33.05%45.69%-
HSV(B)237.66º49.68%60.78%-
XYZ129.8732.28-
YUV88.54165.51120.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=24.84%
G=25.80%
B=49.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78811550.500.4800.39237.6633.0545.69
Hex4E519B3230027ee212e
Octal11612123362600473564156
Binary1001110101000110011011110010110000010011111101110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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