#4E539B

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

Shades of Governor Bay #4E539B

Tints of Governor Bay #4E539B

Color information

#4E539B (or 0x4E539B) is unknown color: approx Governor Bay. HEX triplet: 4E, 53 and 9B. RGB value is (78,83,155). Sum of RGB (Red+Green+Blue) = 78+83+155=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E539B is #B1AC64. Grayscale: #595959. Windows color (decimal): -11644005 or 10179406. OLE color: 10179406.

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

Color convert

RGB7883155-
CMYK0.500.4600.39
HSL236.1º33.05%45.69%-
HSV(B)236.1º49.68%60.78%-
XYZ12.1510.1732.33-
YUV89.71164.84119.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=24.68%
G=26.27%
B=49.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78831550.500.4600.39236.133.0545.69
Hex4E539B322E027ec212e
Octal11612323362560473544156
Binary1001110101001110011011110010101110010011111101100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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