#428CAC

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

Shades of Boston Blue #428CAC

Tints of Boston Blue #428CAC

Color information

#428CAC (or 0x428CAC) is unknown color: approx Boston Blue. HEX triplet: 42, 8C and AC. RGB value is (66,140,172). Sum of RGB (Red+Green+Blue) = 66+140+172=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #428CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428CAC is #BD7353. Grayscale: #797979. Windows color (decimal): -12415828 or 11308098. OLE color: 11308098.

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

Color convert

RGB66140172-
CMYK0.620.1900.33
HSL198.11º44.54%46.67%-
HSV(B)198.11º61.63%67.45%-
XYZ19.0722.8942.44-
YUV121.52156.4888.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=17.46%
G=37.04%
B=45.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661401720.620.1900.33198.1144.5446.67
Hex428CAC3E13021c62d2f
Octal10221425476230413065557
Binary1000010100011001010110011111010011010000111000110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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