#4F5E9E

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

Shades of Governor Bay #4F5E9E

Tints of Governor Bay #4F5E9E

Color information

#4F5E9E (or 0x4F5E9E) is unknown color: approx Governor Bay. HEX triplet: 4F, 5E and 9E. RGB value is (79,94,158). Sum of RGB (Red+Green+Blue) = 79+94+158=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F5E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5E9E is #B0A161. Grayscale: #606060. Windows color (decimal): -11575650 or 10378831. OLE color: 10378831.

HSL color Cylindrical-coordinate representation of color #4F5E9E: hue angle of 228.61º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F5E9E is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7994158-
CMYK0.500.4100.38
HSL228.61º33.33%46.47%-
HSV(B)228.61º50%61.96%-
XYZ13.412.1433.98-
YUV96.81162.53115.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=23.87%
G=28.40%
B=47.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79941580.500.4100.38228.6133.3346.47
Hex4F5E9E3229026e5212e
Octal11713623662510463454156
Binary1001111101111010011110110010101001010011011100101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,94,158); }

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

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

 a { background-color: rgb(79,94,158); }

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

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

 span { border-color: rgb(79,94,158); }

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