#45A1AD

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

Shades of Boston Blue #45A1AD

Tints of Boston Blue #45A1AD

Color information

#45A1AD (or 0x45A1AD) is unknown color: approx Boston Blue. HEX triplet: 45, A1 and AD. RGB value is (69,161,173). Sum of RGB (Red+Green+Blue) = 69+161+173=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #45A1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A1AD is #BA5E52. Grayscale: #868686. Windows color (decimal): -12213843 or 11379013. OLE color: 11379013.

HSL color Cylindrical-coordinate representation of color #45A1AD: hue angle of 186.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A1AD is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69161173-
CMYK0.600.0700.32
HSL186.92º42.98%47.45%-
HSV(B)186.92º60.12%67.84%-
XYZ22.7429.7744.08-
YUV134.86149.5281.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.12%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=17.12%
G=39.95%
B=42.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691611730.600.0700.32186.9242.9847.45
Hex45A1AD3C7020bb2b2f
Octal1052412557470402735357
Binary10001011010000110101101111100111010000010111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A1AD; }

 p { color: rgb(69,161,173); }

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

<style>
 a { background-color: #45A1AD; }

 a { background-color: rgb(69,161,173); }

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

<style>
 span { border-color: #45A1AD; }

 span { border-color: rgb(69,161,173); }

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