#428CAD

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

Shades of Boston Blue #428CAD

Tints of Boston Blue #428CAD

Color information

#428CAD (or 0x428CAD) is unknown color: approx Boston Blue. HEX triplet: 42, 8C and AD. RGB value is (66,140,173). Sum of RGB (Red+Green+Blue) = 66+140+173=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #428CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428CAD is #BD7352. Grayscale: #797979. Windows color (decimal): -12415827 or 11373634. OLE color: 11373634.

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

Color convert

RGB66140173-
CMYK0.620.1900.32
HSL198.5º44.77%46.86%-
HSV(B)198.5º61.85%67.84%-
XYZ19.1722.9342.95-
YUV121.64156.9888.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=17.41%
G=36.94%
B=45.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661401730.620.1900.32198.544.7746.86
Hex428CAD3E13020c72d2f
Octal10221425576230403075557
Binary1000010100011001010110111111010011010000011000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,140,173); }

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

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

 a { background-color: rgb(66,140,173); }

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

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

 span { border-color: rgb(66,140,173); }

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