#428AAC

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

Shades of Boston Blue #428AAC

Tints of Boston Blue #428AAC

Color information

#428AAC (or 0x428AAC) is unknown color: approx Boston Blue. HEX triplet: 42, 8A and AC. RGB value is (66,138,172). Sum of RGB (Red+Green+Blue) = 66+138+172=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #428AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428AAC is #BD7553. Grayscale: #787878. Windows color (decimal): -12416340 or 11307586. OLE color: 11307586.

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

Color convert

RGB66138172-
CMYK0.620.2000.33
HSL199.25º44.54%46.67%-
HSV(B)199.25º61.63%67.45%-
XYZ18.7822.3142.35-
YUV120.35157.1589.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.55%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=17.55%
G=36.70%
B=45.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661381720.620.2000.33199.2544.5446.67
Hex428AAC3E14021c72d2f
Octal10221225476240413075557
Binary1000010100010101010110011111010100010000111000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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