#42A4AC

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

Shades of Boston Blue #42A4AC

Tints of Boston Blue #42A4AC

Color information

#42A4AC (or 0x42A4AC) is unknown color: approx Boston Blue. HEX triplet: 42, A4 and AC. RGB value is (66,164,172). Sum of RGB (Red+Green+Blue) = 66+164+172=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #42A4AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A4AC is #BD5B53. Grayscale: #878787. Windows color (decimal): -12409684 or 11314242. OLE color: 11314242.

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

Color convert

RGB66164172-
CMYK0.620.0500.33
HSL184.53º44.54%46.67%-
HSV(B)184.53º61.63%67.45%-
XYZ22.9730.6943.74-
YUV135.61148.5378.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.42%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=16.42%
G=40.80%
B=42.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661641720.620.0500.33184.5344.5446.67
Hex42A4AC3E5021b92d2f
Octal1022442547650412715557
Binary10000101010010010101100111110101010000110111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A4AC; }

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

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

<style>
 a { background-color: #42A4AC; }

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

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

<style>
 span { border-color: #42A4AC; }

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

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