#428DAC

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

Shades of Boston Blue #428DAC

Tints of Boston Blue #428DAC

Color information

#428DAC (or 0x428DAC) is unknown color: approx Boston Blue. HEX triplet: 42, 8D and AC. RGB value is (66,141,172). Sum of RGB (Red+Green+Blue) = 66+141+172=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #428DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DAC is #BD7253. Grayscale: #797979. Windows color (decimal): -12415572 or 11308354. OLE color: 11308354.

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

Color convert

RGB66141172-
CMYK0.620.1800.33
HSL197.55º44.54%46.67%-
HSV(B)197.55º61.63%67.45%-
XYZ19.2223.1942.49-
YUV122.11156.1587.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=17.41%
G=37.20%
B=45.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661411720.620.1800.33197.5544.5446.67
Hex428DAC3E12021c62d2f
Octal10221525476220413065557
Binary1000010100011011010110011111010010010000111000110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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