#4F9FAE

Color #4F9FAE Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4F9FAE

Tints of Boston Blue #4F9FAE

Color information

#4F9FAE (or 0x4F9FAE) is unknown color: approx Boston Blue. HEX triplet: 4F, 9F and AE. RGB value is (79,159,174). Sum of RGB (Red+Green+Blue) = 79+159+174=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F9FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9FAE is #B06051. Grayscale: #888888. Windows color (decimal): -11558994 or 11444047. OLE color: 11444047.

HSL color Cylindrical-coordinate representation of color #4F9FAE: hue angle of 189.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F9FAE is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB79159174-
CMYK0.550.0900.32
HSL189.47º37.55%49.61%-
HSV(B)189.47º54.6%68.24%-
XYZ23.2629.5144.52-
YUV136.7914986.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.17%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=19.17%
G=38.59%
B=42.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791591740.550.0900.32189.4737.5549.61
Hex4F9FAE379020bd2632
Octal11723725667110402754662
Binary100111110011111101011101101111001010000010111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,159,174); }

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

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

 a { background-color: rgb(79,159,174); }

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

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

 span { border-color: rgb(79,159,174); }

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