#428AAD

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

Shades of Boston Blue #428AAD

Tints of Boston Blue #428AAD

Color information

#428AAD (or 0x428AAD) is unknown color: approx Boston Blue. HEX triplet: 42, 8A and AD. RGB value is (66,138,173). Sum of RGB (Red+Green+Blue) = 66+138+173=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #428AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428AAD is #BD7552. Grayscale: #787878. Windows color (decimal): -12416339 or 11373122. OLE color: 11373122.

HSL color Cylindrical-coordinate representation of color #428AAD: hue angle of 199.63º 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 #428AAD is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66138173-
CMYK0.620.2000.32
HSL199.63º44.77%46.86%-
HSV(B)199.63º61.85%67.84%-
XYZ18.8822.3542.85-
YUV120.46157.6589.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=17.51%
G=36.60%
B=45.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661381730.620.2000.32199.6344.7746.86
Hex428AAD3E14020c82d2f
Octal10221225576240403105557
Binary1000010100010101010110111111010100010000011001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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