#45A4AB

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

Shades of Boston Blue #45A4AB

Tints of Boston Blue #45A4AB

Color information

#45A4AB (or 0x45A4AB) is unknown color: approx Boston Blue. HEX triplet: 45, A4 and AB. RGB value is (69,164,171). Sum of RGB (Red+Green+Blue) = 69+164+171=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #45A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A4AB is #BA5B54. Grayscale: #888888. Windows color (decimal): -12213077 or 11248709. OLE color: 11248709.

HSL color Cylindrical-coordinate representation of color #45A4AB: hue angle of 184.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A4AB is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69164171-
CMYK0.600.0400.33
HSL184.12º42.5%47.06%-
HSV(B)184.12º59.65%67.06%-
XYZ23.0830.7643.25-
YUV136.39147.5379.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.08%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=17.08%
G=40.59%
B=42.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691641710.600.0400.33184.1242.547.06
Hex45A4AB3C4021b82a2f
Octal1052442537440412705257
Binary10001011010010010101011111100100010000110111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,164,171); }

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

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

 a { background-color: rgb(69,164,171); }

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

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

 span { border-color: rgb(69,164,171); }

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