#4F5E98

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

Shades of Governor Bay #4F5E98

Tints of Governor Bay #4F5E98

Color information

#4F5E98 (or 0x4F5E98) is unknown color: approx Governor Bay. HEX triplet: 4F, 5E and 98. RGB value is (79,94,152). Sum of RGB (Red+Green+Blue) = 79+94+152=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F5E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5E98 is #B0A167. Grayscale: #5F5F5F. Windows color (decimal): -11575656 or 9985615. OLE color: 9985615.

HSL color Cylindrical-coordinate representation of color #4F5E98: hue angle of 227.67º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F5E98 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7994152-
CMYK0.480.3800.40
HSL227.67º31.6%45.29%-
HSV(B)227.67º48.03%59.61%-
XYZ12.8911.9331.33-
YUV96.13159.53115.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=24.31%
G=28.92%
B=46.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79941520.480.3800.40227.6731.645.29
Hex4F5E983026028e4202d
Octal11713623060460503444055
Binary1001111101111010011000110000100110010100011100100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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