#4288B0

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

Shades of Boston Blue #4288B0

Tints of Boston Blue #4288B0

Color information

#4288B0 (or 0x4288B0) is unknown color: approx Boston Blue. HEX triplet: 42, 88 and B0. RGB value is (66,136,176). Sum of RGB (Red+Green+Blue) = 66+136+176=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 176 - color contains mainly: blue. Hex color #4288B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4288B0 is #BD774F. Grayscale: #777777. Windows color (decimal): -12416848 or 11569218. OLE color: 11569218.

HSL color Cylindrical-coordinate representation of color #4288B0: hue angle of 201.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4288B0 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66136176-
CMYK0.620.2300.31
HSL201.82º45.45%47.45%-
HSV(B)201.82º62.5%69.02%-
XYZ18.8921.944.31-
YUV119.63159.8189.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 176 (69.14% from 255) = 46.56%
R=17.46%
G=35.98%
B=46.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661361760.620.2300.31201.8245.4547.45
Hex4288B03E1701Fca2d2f
Octal10221026076270373125557
Binary100001010001000101100001111101011101111111001010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4288B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4288B0; }

 p { color: rgb(66,136,176); }

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

<style>
 a { background-color: #4288B0; }

 a { background-color: rgb(66,136,176); }

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

<style>
 span { border-color: #4288B0; }

 span { border-color: rgb(66,136,176); }

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