#42A0AD

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

Shades of Boston Blue #42A0AD

Tints of Boston Blue #42A0AD

Color information

#42A0AD (or 0x42A0AD) is unknown color: approx Boston Blue. HEX triplet: 42, A0 and AD. RGB value is (66,160,173). Sum of RGB (Red+Green+Blue) = 66+160+173=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #42A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A0AD is #BD5F52. Grayscale: #858585. Windows color (decimal): -12410707 or 11378754. OLE color: 11378754.

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

Color convert

RGB66160173-
CMYK0.620.0800.32
HSL187.29º44.77%46.86%-
HSV(B)187.29º61.85%67.84%-
XYZ22.3629.3244.02-
YUV133.38150.3679.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=16.54%
G=40.10%
B=43.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661601730.620.0800.32187.2944.7746.86
Hex42A0AD3E8020bb2d2f
Octal10224025576100402735557
Binary100001010100000101011011111101000010000010111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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