#428FAD

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

Shades of Boston Blue #428FAD

Tints of Boston Blue #428FAD

Color information

#428FAD (or 0x428FAD) is unknown color: approx Boston Blue. HEX triplet: 42, 8F and AD. RGB value is (66,143,173). Sum of RGB (Red+Green+Blue) = 66+143+173=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #428FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FAD is #BD7052. Grayscale: #7B7B7B. Windows color (decimal): -12415059 or 11374402. OLE color: 11374402.

HSL color Cylindrical-coordinate representation of color #428FAD: hue angle of 196.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428FAD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66143173-
CMYK0.620.1700.32
HSL196.82º44.77%46.86%-
HSV(B)196.82º61.85%67.84%-
XYZ19.6123.8243.1-
YUV123.4155.9987.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=17.28%
G=37.43%
B=45.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661431730.620.1700.32196.8244.7746.86
Hex428FAD3E11020c52d2f
Octal10221725576210403055557
Binary1000010100011111010110111111010001010000011000101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428FAD; }

 p { color: rgb(66,143,173); }

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

<style>
 a { background-color: #428FAD; }

 a { background-color: rgb(66,143,173); }

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

<style>
 span { border-color: #428FAD; }

 span { border-color: rgb(66,143,173); }

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