#4087AA

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

Shades of Boston Blue #4087AA

Tints of Boston Blue #4087AA

Color information

#4087AA (or 0x4087AA) is unknown color: approx Boston Blue. HEX triplet: 40, 87 and AA. RGB value is (64,135,170). Sum of RGB (Red+Green+Blue) = 64+135+170=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #4087AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4087AA is #BF7855. Grayscale: #757575. Windows color (decimal): -12548182 or 11175744. OLE color: 11175744.

HSL color Cylindrical-coordinate representation of color #4087AA: hue angle of 199.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4087AA is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64135170-
CMYK0.620.2100.33
HSL199.81º45.3%45.88%-
HSV(B)199.81º62.35%66.67%-
XYZ18.0321.3241.19-
YUV117.76157.4889.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=17.34%
G=36.59%
B=46.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641351700.620.2100.33199.8145.345.88
Hex4087AA3E15021c82d2e
Octal10020725276250413105556
Binary1000000100001111010101011111010101010000111001000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4087AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4087AA; }

 p { color: rgb(64,135,170); }

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

<style>
 a { background-color: #4087AA; }

 a { background-color: rgb(64,135,170); }

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

<style>
 span { border-color: #4087AA; }

 span { border-color: rgb(64,135,170); }

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