#4F558B

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

Shades of Governor Bay #4F558B

Tints of Governor Bay #4F558B

Color information

#4F558B (or 0x4F558B) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 8B. RGB value is (79,85,139). Sum of RGB (Red+Green+Blue) = 79+85+139=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F558B is #B0AA74. Grayscale: #595959. Windows color (decimal): -11577973 or 9131343. OLE color: 9131343.

HSL color Cylindrical-coordinate representation of color #4F558B: hue angle of 234º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F558B is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7985139-
CMYK0.430.3900.45
HSL234º27.52%42.75%-
HSV(B)234º43.17%54.51%-
XYZ11.1310.0225.77-
YUV89.36156.01120.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=26.07%
G=28.05%
B=45.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79851390.430.3900.4523427.5242.75
Hex4F558B2B2702Dea1c2b
Octal11712521353470553523453
Binary100111110101011000101110101110011101011011110101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,139); }

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

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

 a { background-color: rgb(79,85,139); }

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

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

 span { border-color: rgb(79,85,139); }

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