#4D479E

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

Shades of Governor Bay #4D479E

Tints of Governor Bay #4D479E

Color information

#4D479E (or 0x4D479E) is unknown color: approx Governor Bay. HEX triplet: 4D, 47 and 9E. RGB value is (77,71,158). Sum of RGB (Red+Green+Blue) = 77+71+158=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D479E is #B2B861. Grayscale: #525252. Windows color (decimal): -11712610 or 10372941. OLE color: 10372941.

HSL color Cylindrical-coordinate representation of color #4D479E: hue angle of 244.14º 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 #4D479E is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7771158-
CMYK0.510.5500.38
HSL244.14º37.99%44.9%-
HSV(B)244.14º55.06%61.96%-
XYZ11.498.5533.39-
YUV82.71170.49123.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.16%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=25.16%
G=23.20%
B=51.63%

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
Decimal77711580.510.5500.38244.1437.9944.9
Hex4D479E3337026f4262d
Octal11510723663670463644655
Binary1001101100011110011110110011110111010011011110100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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