#41A4AD

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

Shades of Boston Blue #41A4AD

Tints of Boston Blue #41A4AD

Color information

#41A4AD (or 0x41A4AD) is unknown color: approx Boston Blue. HEX triplet: 41, A4 and AD. RGB value is (65,164,173). Sum of RGB (Red+Green+Blue) = 65+164+173=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #41A4AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A4AD is #BE5B52. Grayscale: #878787. Windows color (decimal): -12475219 or 11379777. OLE color: 11379777.

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

Color convert

RGB65164173-
CMYK0.620.0500.32
HSL185º45.38%46.67%-
HSV(B)185º62.43%67.84%-
XYZ2330.6944.25-
YUV135.43149.277.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.17%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=16.17%
G=40.80%
B=43.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651641730.620.0500.3218545.3846.67
Hex41A4AD3E5020b92d2f
Octal1012442557650402715557
Binary10000011010010010101101111110101010000010111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A4AD; }

 p { color: rgb(65,164,173); }

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

<style>
 a { background-color: #41A4AD; }

 a { background-color: rgb(65,164,173); }

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

<style>
 span { border-color: #41A4AD; }

 span { border-color: rgb(65,164,173); }

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