#4E509B

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

Shades of Governor Bay #4E509B

Tints of Governor Bay #4E509B

Color information

#4E509B (or 0x4E509B) is unknown color: approx Governor Bay. HEX triplet: 4E, 50 and 9B. RGB value is (78,80,155). Sum of RGB (Red+Green+Blue) = 78+80+155=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E509B is #B1AF64. Grayscale: #575757. Windows color (decimal): -11644773 or 10178638. OLE color: 10178638.

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

Color convert

RGB7880155-
CMYK0.500.4800.39
HSL238.44º33.05%45.69%-
HSV(B)238.44º49.68%60.78%-
XYZ11.939.7232.26-
YUV87.95165.84120.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.92%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=24.92%
G=25.56%
B=49.52%

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
Decimal78801550.500.4800.39238.4433.0545.69
Hex4E509B3230027ee212e
Octal11612023362600473564156
Binary1001110101000010011011110010110000010011111101110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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