#4F5C94

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

Shades of Governor Bay #4F5C94

Tints of Governor Bay #4F5C94

Color information

#4F5C94 (or 0x4F5C94) is unknown color: approx Governor Bay. HEX triplet: 4F, 5C and 94. RGB value is (79,92,148). Sum of RGB (Red+Green+Blue) = 79+92+148=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F5C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5C94 is #B0A36B. Grayscale: #5E5E5E. Windows color (decimal): -11576172 or 9722959. OLE color: 9722959.

HSL color Cylindrical-coordinate representation of color #4F5C94: hue angle of 228.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F5C94 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7992148-
CMYK0.470.3800.42
HSL228.7º30.4%44.51%-
HSV(B)228.7º46.62%58.04%-
XYZ12.411.4529.57-
YUV94.5158.19116.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.76%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=24.76%
G=28.84%
B=46.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79921480.470.3800.42228.730.444.51
Hex4F5C942F2602Ae51e2d
Octal11713422457460523453655
Binary100111110111001001010010111110011001010101110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,92,148); }

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

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

 a { background-color: rgb(79,92,148); }

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

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

 span { border-color: rgb(79,92,148); }

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