#4088AC

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

Shades of Boston Blue #4088AC

Tints of Boston Blue #4088AC

Color information

#4088AC (or 0x4088AC) is unknown color: approx Boston Blue. HEX triplet: 40, 88 and AC. RGB value is (64,136,172). Sum of RGB (Red+Green+Blue) = 64+136+172=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #4088AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4088AC is #BF7753. Grayscale: #767676. Windows color (decimal): -12547924 or 11307072. OLE color: 11307072.

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

Color convert

RGB64136172-
CMYK0.630.2100.33
HSL200º45.76%46.27%-
HSV(B)200º62.79%67.45%-
XYZ18.3621.6842.25-
YUV118.58158.1589.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.20%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=17.20%
G=36.56%
B=46.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641361720.630.2100.3320045.7646.27
Hex4088AC3F15021c82e2e
Octal10021025477250413105656
Binary1000000100010001010110011111110101010000111001000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4088AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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