#4D8CAA

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

Shades of Boston Blue #4D8CAA

Tints of Boston Blue #4D8CAA

Color information

#4D8CAA (or 0x4D8CAA) is unknown color: approx Boston Blue. HEX triplet: 4D, 8C and AA. RGB value is (77,140,170). Sum of RGB (Red+Green+Blue) = 77+140+170=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8CAA is #B27355. Grayscale: #7C7C7C. Windows color (decimal): -11694934 or 11177037. OLE color: 11177037.

HSL color Cylindrical-coordinate representation of color #4D8CAA: hue angle of 199.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D8CAA is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77140170-
CMYK0.550.1800.33
HSL199.35º37.65%48.43%-
HSV(B)199.35º54.71%66.67%-
XYZ19.6923.2441.48-
YUV124.58153.6394.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.90%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=19.90%
G=36.18%
B=43.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771401700.550.1800.33199.3537.6548.43
Hex4D8CAA3712021c72630
Octal11521425267220413074660
Binary1001101100011001010101011011110010010000111000111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,140,170); }

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

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

 a { background-color: rgb(77,140,170); }

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

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

 span { border-color: rgb(77,140,170); }

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