#428AB1

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

Shades of Boston Blue #428AB1

Tints of Boston Blue #428AB1

Color information

#428AB1 (or 0x428AB1) is unknown color: approx Boston Blue. HEX triplet: 42, 8A and B1. RGB value is (66,138,177). Sum of RGB (Red+Green+Blue) = 66+138+177=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #428AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428AB1 is #BD754E. Grayscale: #787878. Windows color (decimal): -12416335 or 11635266. OLE color: 11635266.

HSL color Cylindrical-coordinate representation of color #428AB1: hue angle of 201.08º 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 #428AB1 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66138177-
CMYK0.630.2200.31
HSL201.08º45.68%47.65%-
HSV(B)201.08º62.71%69.41%-
XYZ19.2722.5144.92-
YUV120.92159.6588.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=17.32%
G=36.22%
B=46.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661381770.630.2200.31201.0845.6847.65
Hex428AB13F1601Fc92e30
Octal10221226177260373115660
Binary100001010001010101100011111111011001111111001001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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