#4f94aa

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

Shades of Boston Blue #4F94AA

Tints of Boston Blue #4F94AA

Color information

#4F94AA (or 0x4F94AA) is unknown color: approx Boston Blue. HEX triplet: 4F, 94 and AA. RGB value is (79,148,170). Sum of RGB (Red+Green+Blue) = 79+148+170=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F94AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F94AA is #B06B55. Grayscale: #818181. Windows color (decimal): -11561814 or 11179087. OLE color: 11179087.

HSL color Cylindrical-coordinate representation of color #4F94AA: hue angle of 194.51º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F94AA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79148170-
CMYK0.540.1300.33
HSL194.51º36.55%48.82%-
HSV(B)194.51º53.53%66.67%-
XYZ21.0725.7441.89-
YUV129.88150.6491.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.90%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=19.90%
G=37.28%
B=42.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791481700.540.1300.33194.5136.5548.82
Hex4F94AA36D021c32531
Octal11722425266150413034561
Binary100111110010100101010101101101101010000111000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f94aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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