#428AA7

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

Shades of Boston Blue #428AA7

Tints of Boston Blue #428AA7

Color information

#428AA7 (or 0x428AA7) is unknown color: approx Boston Blue. HEX triplet: 42, 8A and A7. RGB value is (66,138,167). Sum of RGB (Red+Green+Blue) = 66+138+167=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #428AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428AA7 is #BD7558. Grayscale: #777777. Windows color (decimal): -12416345 or 10979906. OLE color: 10979906.

HSL color Cylindrical-coordinate representation of color #428AA7: hue angle of 197.23º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428AA7 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66138167-
CMYK0.600.1700.35
HSL197.23º43.35%45.69%-
HSV(B)197.23º60.48%65.49%-
XYZ18.3122.1339.86-
YUV119.78154.6589.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 167 (65.62% from 255) = 45.01%
R=17.79%
G=37.20%
B=45.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661381670.600.1700.35197.2343.3545.69
Hex428AA73C11023c52b2e
Octal10221224774210433055356
Binary1000010100010101010011111110010001010001111000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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