#4E479E

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

Shades of Governor Bay #4E479E

Tints of Governor Bay #4E479E

Color information

#4E479E (or 0x4E479E) is unknown color: approx Governor Bay. HEX triplet: 4E, 47 and 9E. RGB value is (78,71,158). Sum of RGB (Red+Green+Blue) = 78+71+158=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E479E is #B1B861. Grayscale: #525252. Windows color (decimal): -11647074 or 10372942. OLE color: 10372942.

HSL color Cylindrical-coordinate representation of color #4E479E: hue angle of 244.83º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E479E is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7871158-
CMYK0.510.5500.38
HSL244.83º37.99%44.9%-
HSV(B)244.83º55.06%61.96%-
XYZ11.578.5933.4-
YUV83.01170.32124.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=25.41%
G=23.13%
B=51.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78711580.510.5500.38244.8337.9944.9
Hex4E479E3337026f5262d
Octal11610723663670463654655
Binary1001110100011110011110110011110111010011011110101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,158); }

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

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

 a { background-color: rgb(78,71,158); }

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

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

 span { border-color: rgb(78,71,158); }

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