#4E5386

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

Shades of Governor Bay #4E5386

Tints of Governor Bay #4E5386

Color information

#4E5386 (or 0x4E5386) is unknown color: approx Governor Bay. HEX triplet: 4E, 53 and 86. RGB value is (78,83,134). Sum of RGB (Red+Green+Blue) = 78+83+134=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E5386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5386 is #B1AC79. Grayscale: #575757. Windows color (decimal): -11644026 or 8803150. OLE color: 8803150.

HSL color Cylindrical-coordinate representation of color #4E5386: hue angle of 234.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E5386 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7883134-
CMYK0.420.3800.47
HSL234.64º26.42%41.57%-
HSV(B)234.64º41.79%52.55%-
XYZ10.549.5323.84-
YUV87.32154.34121.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.44%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=26.44%
G=28.14%
B=45.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78831340.420.3800.47234.6426.4241.57
Hex4E53862A2602Feb1a2a
Octal11612320652460573533252
Binary100111010100111000011010101010011001011111110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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