#4087AC

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

Shades of Boston Blue #4087AC

Tints of Boston Blue #4087AC

Color information

#4087AC (or 0x4087AC) is unknown color: approx Boston Blue. HEX triplet: 40, 87 and AC. RGB value is (64,135,172). Sum of RGB (Red+Green+Blue) = 64+135+172=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4087AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4087AC is #BF7853. Grayscale: #757575. Windows color (decimal): -12548180 or 11306816. OLE color: 11306816.

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

Color convert

RGB64135172-
CMYK0.630.2200.33
HSL200.56º45.76%46.27%-
HSV(B)200.56º62.79%67.45%-
XYZ18.2221.442.2-
YUV117.99158.4889.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=17.25%
G=36.39%
B=46.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641351720.630.2200.33200.5645.7646.27
Hex4087AC3F16021c92e2e
Octal10020725477260413115656
Binary1000000100001111010110011111110110010000111001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4087AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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