#42A5AB

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

Shades of Boston Blue #42A5AB

Tints of Boston Blue #42A5AB

Color information

#42A5AB (or 0x42A5AB) is unknown color: approx Boston Blue. HEX triplet: 42, A5 and AB. RGB value is (66,165,171). Sum of RGB (Red+Green+Blue) = 66+165+171=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #42A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A5AB is #BD5A54. Grayscale: #878787. Windows color (decimal): -12409429 or 11248962. OLE color: 11248962.

HSL color Cylindrical-coordinate representation of color #42A5AB: hue angle of 183.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A5AB is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66165171-
CMYK0.610.0400.33
HSL183.43º44.3%46.47%-
HSV(B)183.43º61.4%67.06%-
XYZ23.0531.0143.3-
YUV136.08147.778.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.42%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=16.42%
G=41.04%
B=42.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661651710.610.0400.33183.4344.346.47
Hex42A5AB3D4021b72c2e
Octal1022452537540412675456
Binary10000101010010110101011111101100010000110110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,171); }

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

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

 a { background-color: rgb(66,165,171); }

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

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

 span { border-color: rgb(66,165,171); }

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