#428FAA

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

Shades of Boston Blue #428FAA

Tints of Boston Blue #428FAA

Color information

#428FAA (or 0x428FAA) is unknown color: approx Boston Blue. HEX triplet: 42, 8F and AA. RGB value is (66,143,170). Sum of RGB (Red+Green+Blue) = 66+143+170=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #428FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FAA is #BD7055. Grayscale: #7A7A7A. Windows color (decimal): -12415062 or 11177794. OLE color: 11177794.

HSL color Cylindrical-coordinate representation of color #428FAA: hue angle of 195.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428FAA is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66143170-
CMYK0.610.1600.33
HSL195.58º44.07%46.27%-
HSV(B)195.58º61.18%66.67%-
XYZ19.3223.7141.59-
YUV123.05154.4987.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=17.41%
G=37.73%
B=44.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661431700.610.1600.33195.5844.0746.27
Hex428FAA3D10021c42c2e
Octal10221725275200413045456
Binary1000010100011111010101011110110000010000111000100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,143,170); }

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

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

 a { background-color: rgb(66,143,170); }

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

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

 span { border-color: rgb(66,143,170); }

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