#428DB1

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

Shades of Boston Blue #428DB1

Tints of Boston Blue #428DB1

Color information

#428DB1 (or 0x428DB1) is unknown color: approx Boston Blue. HEX triplet: 42, 8D and B1. RGB value is (66,141,177). Sum of RGB (Red+Green+Blue) = 66+141+177=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #428DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DB1 is #BD724E. Grayscale: #7A7A7A. Windows color (decimal): -12415567 or 11636034. OLE color: 11636034.

HSL color Cylindrical-coordinate representation of color #428DB1: hue angle of 199.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428DB1 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66141177-
CMYK0.630.2000.31
HSL199.46º45.68%47.65%-
HSV(B)199.46º62.71%69.41%-
XYZ19.7123.3845.07-
YUV122.68158.6587.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.19%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 177 (69.53% from 255) = 46.09%
R=17.19%
G=36.72%
B=46.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661411770.630.2000.31199.4645.6847.65
Hex428DB13F1401Fc72e30
Octal10221526177240373075660
Binary100001010001101101100011111111010001111111000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,141,177); }

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

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

 a { background-color: rgb(66,141,177); }

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

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

 span { border-color: rgb(66,141,177); }

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