#4F549B

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

Shades of Governor Bay #4F549B

Tints of Governor Bay #4F549B

Color information

#4F549B (or 0x4F549B) is unknown color: approx Governor Bay. HEX triplet: 4F, 54 and 9B. RGB value is (79,84,155). Sum of RGB (Red+Green+Blue) = 79+84+155=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F549B is #B0AB64. Grayscale: #5A5A5A. Windows color (decimal): -11578213 or 10179663. OLE color: 10179663.

HSL color Cylindrical-coordinate representation of color #4F549B: hue angle of 236.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F549B is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7984155-
CMYK0.490.4600.39
HSL236.05º32.48%45.88%-
HSV(B)236.05º49.03%60.78%-
XYZ12.3110.3732.36-
YUV90.6164.34119.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=24.84%
G=26.42%
B=48.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79841550.490.4600.39236.0532.4845.88
Hex4F549B312E027ec202e
Octal11712423361560473544056
Binary1001111101010010011011110001101110010011111101100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,155); }

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

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

 a { background-color: rgb(79,84,155); }

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

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

 span { border-color: rgb(79,84,155); }

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