#4E4F95

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

Shades of Governor Bay #4E4F95

Tints of Governor Bay #4E4F95

Color information

#4E4F95 (or 0x4E4F95) is unknown color: approx Governor Bay. HEX triplet: 4E, 4F and 95. RGB value is (78,79,149). Sum of RGB (Red+Green+Blue) = 78+79+149=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E4F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4F95 is #B1B06A. Grayscale: #565656. Windows color (decimal): -11645035 or 9785166. OLE color: 9785166.

HSL color Cylindrical-coordinate representation of color #4E4F95: hue angle of 239.15º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E4F95 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7879149-
CMYK0.480.4700.42
HSL239.15º31.28%44.51%-
HSV(B)239.15º47.65%58.43%-
XYZ11.369.3829.65-
YUV86.68163.17121.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=25.49%
G=25.82%
B=48.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78791490.480.4700.42239.1531.2844.51
Hex4E4F95302F02Aef1f2d
Octal11611722560570523573755
Binary100111010011111001010111000010111101010101110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,79,149); }

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

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

 a { background-color: rgb(78,79,149); }

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

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

 span { border-color: rgb(78,79,149); }

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