#4E4B99

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

Shades of Governor Bay #4E4B99

Tints of Governor Bay #4E4B99

Color information

#4E4B99 (or 0x4E4B99) is unknown color: approx Governor Bay. HEX triplet: 4E, 4B and 99. RGB value is (78,75,153). Sum of RGB (Red+Green+Blue) = 78+75+153=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E4B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4B99 is #B1B466. Grayscale: #545454. Windows color (decimal): -11646055 or 10046286. OLE color: 10046286.

HSL color Cylindrical-coordinate representation of color #4E4B99: hue angle of 242.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E4B99 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7875153-
CMYK0.490.5100.4
HSL242.31º34.21%44.71%-
HSV(B)242.31º50.98%60%-
XYZ11.418.9531.26-
YUV84.79166.49123.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 153 (60.16% from 255) = 50%
R=25.49%
G=24.51%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78751530.490.5100.4242.3134.2144.71
Hex4E4B993133028f2222d
Octal11611323161630503624255
Binary1001110100101110011001110001110011010100011110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,75,153); }

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

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

 a { background-color: rgb(78,75,153); }

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

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

 span { border-color: rgb(78,75,153); }

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