#4F5D9E

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

Shades of Governor Bay #4F5D9E

Tints of Governor Bay #4F5D9E

Color information

#4F5D9E (or 0x4F5D9E) is unknown color: approx Governor Bay. HEX triplet: 4F, 5D and 9E. RGB value is (79,93,158). Sum of RGB (Red+Green+Blue) = 79+93+158=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F5D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5D9E is #B0A261. Grayscale: #5F5F5F. Windows color (decimal): -11575906 or 10378575. OLE color: 10378575.

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

Color convert

RGB7993158-
CMYK0.500.4100.38
HSL229.37º33.33%46.47%-
HSV(B)229.37º50%61.96%-
XYZ13.3111.9633.95-
YUV96.22162.86115.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=23.94%
G=28.18%
B=47.88%

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
Decimal79931580.500.4100.38229.3733.3346.47
Hex4F5D9E3229026e5212e
Octal11713523662510463454156
Binary1001111101110110011110110010101001010011011100101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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