#4D8EA8

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

Shades of Boston Blue #4D8EA8

Tints of Boston Blue #4D8EA8

Color information

#4D8EA8 (or 0x4D8EA8) is unknown color: approx Boston Blue. HEX triplet: 4D, 8E and A8. RGB value is (77,142,168). Sum of RGB (Red+Green+Blue) = 77+142+168=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #4D8EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8EA8 is #B27157. Grayscale: #7D7D7D. Windows color (decimal): -11694424 or 11046477. OLE color: 11046477.

HSL color Cylindrical-coordinate representation of color #4D8EA8: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D8EA8 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB77142168-
CMYK0.540.1500.34
HSL197.14º37.14%48.04%-
HSV(B)197.14º54.17%65.88%-
XYZ19.823.7540.59-
YUV125.53151.9793.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.90%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 168 (66.02% from 255) = 43.41%
R=19.90%
G=36.69%
B=43.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771421680.540.1500.34197.1437.1448.04
Hex4D8EA836F022c52530
Octal11521625066170423054560
Binary100110110001110101010001101101111010001011000101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,168); }

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

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

 a { background-color: rgb(77,142,168); }

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

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

 span { border-color: rgb(77,142,168); }

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