#4F8EB4

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

Shades of Boston Blue #4F8EB4

Tints of Boston Blue #4F8EB4

Color information

#4F8EB4 (or 0x4F8EB4) is unknown color: approx Boston Blue. HEX triplet: 4F, 8E and B4. RGB value is (79,142,180). Sum of RGB (Red+Green+Blue) = 79+142+180=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F8EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8EB4 is #B0714B. Grayscale: #7F7F7F. Windows color (decimal): -11563340 or 11832911. OLE color: 11832911.

HSL color Cylindrical-coordinate representation of color #4F8EB4: hue angle of 202.57º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F8EB4 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB79142180-
CMYK0.560.2100.29
HSL202.57º40.24%50.78%-
HSV(B)202.57º56.11%70.59%-
XYZ21.1424.346.76-
YUV127.49157.6393.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.70%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 180 (70.70% from 255) = 44.89%
R=19.70%
G=35.41%
B=44.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791421800.560.2100.29202.5740.2450.78
Hex4F8EB4381501Dcb2833
Octal11721626470250353135063
Binary100111110001110101101001110001010101110111001011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,180); }

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

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

 a { background-color: rgb(79,142,180); }

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

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

 span { border-color: rgb(79,142,180); }

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