#4F94AF

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

Shades of Boston Blue #4F94AF

Tints of Boston Blue #4F94AF

Color information

#4F94AF (or 0x4F94AF) is unknown color: approx Boston Blue. HEX triplet: 4F, 94 and AF. RGB value is (79,148,175). Sum of RGB (Red+Green+Blue) = 79+148+175=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F94AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F94AF is #B06B50. Grayscale: #828282. Windows color (decimal): -11561809 or 11506767. OLE color: 11506767.

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

Color convert

RGB79148175-
CMYK0.550.1500.31
HSL196.88º37.8%49.8%-
HSV(B)196.88º54.86%68.63%-
XYZ21.5525.9444.43-
YUV130.45153.1491.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.65%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=19.65%
G=36.82%
B=43.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791481750.550.1500.31196.8837.849.8
Hex4F94AF37F01Fc52632
Octal11722425767170373054662
Binary10011111001010010101111110111111101111111000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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