#4D8EB0

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

Shades of Boston Blue #4D8EB0

Tints of Boston Blue #4D8EB0

Color information

#4D8EB0 (or 0x4D8EB0) is unknown color: approx Boston Blue. HEX triplet: 4D, 8E and B0. RGB value is (77,142,176). Sum of RGB (Red+Green+Blue) = 77+142+176=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #4D8EB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8EB0 is #B2714F. Grayscale: #7E7E7E. Windows color (decimal): -11694416 or 11570765. OLE color: 11570765.

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

Color convert

RGB77142176-
CMYK0.560.1900.31
HSL200.61º39.13%49.61%-
HSV(B)200.61º56.25%69.02%-
XYZ20.5724.0644.63-
YUV126.44155.9792.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 176 (69.14% from 255) = 44.56%
R=19.49%
G=35.95%
B=44.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771421760.560.1900.31200.6139.1349.61
Hex4D8EB0381301Fc92732
Octal11521626070230373114762
Binary100110110001110101100001110001001101111111001001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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