#45A2AD

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

Shades of Boston Blue #45A2AD

Tints of Boston Blue #45A2AD

Color information

#45A2AD (or 0x45A2AD) is unknown color: approx Boston Blue. HEX triplet: 45, A2 and AD. RGB value is (69,162,173). Sum of RGB (Red+Green+Blue) = 69+162+173=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #45A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A2AD is #BA5D52. Grayscale: #878787. Windows color (decimal): -12213587 or 11379269. OLE color: 11379269.

HSL color Cylindrical-coordinate representation of color #45A2AD: hue angle of 186.35º 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 #45A2AD is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69162173-
CMYK0.600.0600.32
HSL186.35º42.98%47.45%-
HSV(B)186.35º60.12%67.84%-
XYZ22.9230.1244.14-
YUV135.45149.1980.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.08%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=17.08%
G=40.10%
B=42.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691621730.600.0600.32186.3542.9847.45
Hex45A2AD3C6020ba2b2f
Octal1052422557460402725357
Binary10001011010001010101101111100110010000010111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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