#4E5095

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

Shades of Governor Bay #4E5095

Tints of Governor Bay #4E5095

Color information

#4E5095 (or 0x4E5095) is unknown color: approx Governor Bay. HEX triplet: 4E, 50 and 95. RGB value is (78,80,149). Sum of RGB (Red+Green+Blue) = 78+80+149=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E5095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5095 is #B1AF6A. Grayscale: #565656. Windows color (decimal): -11644779 or 9785422. OLE color: 9785422.

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

Color convert

RGB7880149-
CMYK0.480.4600.42
HSL238.31º31.28%44.51%-
HSV(B)238.31º47.65%58.43%-
XYZ11.449.5329.67-
YUV87.27162.84121.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=25.41%
G=26.06%
B=48.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78801490.480.4600.42238.3131.2844.51
Hex4E5095302E02Aee1f2d
Octal11612022560560523563755
Binary100111010100001001010111000010111001010101110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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