#4084AB

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

Shades of Boston Blue #4084AB

Tints of Boston Blue #4084AB

Color information

#4084AB (or 0x4084AB) is unknown color: approx Boston Blue. HEX triplet: 40, 84 and AB. RGB value is (64,132,171). Sum of RGB (Red+Green+Blue) = 64+132+171=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4084AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4084AB is #BF7B54. Grayscale: #737373. Windows color (decimal): -12548949 or 11240512. OLE color: 11240512.

HSL color Cylindrical-coordinate representation of color #4084AB: hue angle of 201.87º 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 #4084AB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64132171-
CMYK0.630.2300.33
HSL201.87º45.53%46.08%-
HSV(B)201.87º62.57%67.06%-
XYZ17.7220.5341.56-
YUV116.11158.9790.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=17.44%
G=35.97%
B=46.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641321710.630.2300.33201.8745.5346.08
Hex4084AB3F17021ca2e2e
Octal10020425377270413125656
Binary1000000100001001010101111111110111010000111001010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4084AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4084AB; }

 p { color: rgb(64,132,171); }

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

<style>
 a { background-color: #4084AB; }

 a { background-color: rgb(64,132,171); }

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

<style>
 span { border-color: #4084AB; }

 span { border-color: rgb(64,132,171); }

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